* dep-in.sed: Remove ../bfd/sysdep.h, since it will appear when
authorIan Lance Taylor <ian@airs.com>
Fri, 4 Oct 1996 17:50:47 +0000 (17:50 +0000)
committerIan Lance Taylor <ian@airs.com>
Fri, 4 Oct 1996 17:50:47 +0000 (17:50 +0000)
som.h is included.

bfd/ChangeLog
bfd/dep-in.sed

index 5b64d0f..131c20c 100644 (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
index f2dc0b6..9f1f29f 100644 (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