* dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when

som.h is included.
This commit is contained in:
Ian Lance Taylor 1996-10-04 17:50:47 +00:00
parent c00ae065d4
commit a3d5a7062d
2 changed files with 15 additions and 6 deletions

View file

@ -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

View file

@ -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