2000-09-12 Jason Eckhardt <jle@cygnus.com>
[deliverable/binutils-gdb.git] / bfd / dep-in.sed
index 9f1f29f504d385378b89bc79be0ae07f6f6999a4..c3781f23bcbd50469b59f785bff8829324e07dc8 100644 (file)
@@ -1,18 +1,20 @@
 :loop
 /\\$/N
-/\\$/b loop
+s/\\\n */ /g
+t loop
 
+s!\.o:!.lo:!
 s! @BFD_H@!!g
 s!@INCDIR@!$(INCDIR)!g
+s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
 s!@SRCDIR@/!!g
-s!hosts/[^ ]*\.h ! !g
+s! hosts/[^ ]*\.h! !g
 s/ sysdep.h//g
-s/ \.\./bfd/sysdep.h//g
+s! \.\./bfd/sysdep.h!!g
 s/ libbfd.h//g
 s/ config.h//g
 s! \$(INCDIR)/fopen-[^ ]*\.h!!g
 s! \$(INCDIR)/ansidecl\.h!!g
-s! \$(INCDIR)/obstack\.h!!g
 
 s/\\\n */ /g
 
This page took 0.023442 seconds and 4 git commands to generate.