mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
som.h is included.
This commit is contained in:
parent
c00ae065d4
commit
a3d5a7062d
@ -1,3 +1,8 @@
|
||||
Fri Oct 4 13:49:01 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||
|
||||
* dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
|
||||
som.h is included.
|
||||
|
||||
Fri Oct 4 11:41:39 1996 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* Makefile.in: Remove explicit dependencies for mn10200 and
|
||||
|
@ -4,18 +4,22 @@
|
||||
|
||||
s! @BFD_H@!!g
|
||||
s!@INCDIR@!$(INCDIR)!g
|
||||
s!@srcdir@/!!g
|
||||
s!hosts/.*\.h ! !g
|
||||
s!@SRCDIR@/!!g
|
||||
s!hosts/[^ ]*\.h ! !g
|
||||
s/ sysdep.h//g
|
||||
s/ \.\./bfd/sysdep.h//g
|
||||
s/ libbfd.h//g
|
||||
s! \$(INCDIR)/fopen-.*\.h!!g
|
||||
s/ config.h//g
|
||||
s! \$(INCDIR)/fopen-[^ ]*\.h!!g
|
||||
s! \$(INCDIR)/ansidecl\.h!!g
|
||||
s! \$(INCDIR)/obstack\.h!!g
|
||||
|
||||
s/\\\n *\\/\\/g
|
||||
s/\\\n *$/ /g
|
||||
s/\\\n */ /g
|
||||
|
||||
/^ *\\$/d
|
||||
s/ *$//
|
||||
s/ */ /g
|
||||
s/ *:/:/g
|
||||
/:$/d
|
||||
|
||||
s/\(.\{50\}[^ ]*\) /\1 \\\
|
||||
/g
|
||||
|
Loading…
Reference in New Issue
Block a user