Change sources over to using GPLv3
[deliverable/binutils-gdb.git] / bfd / dep-in.sed
index 9da181ab8fc1582bc4d636758fa071504c30043f..2732d6b42e35347c8bd1a5d1576b056b709d09c2 100644 (file)
@@ -4,16 +4,22 @@ s/\\\n */ /g
 t loop
 
 s!\.o:!.lo:!
+s! \./! !g
 s! @BFD_H@!!g
-s!@INCDIR@!$(INCDIR)!g
+s!@SRCDIR@/../include!$(INCDIR)!g
+s!@TOPDIR@/include!$(INCDIR)!g
+s!@SRCDIR@/../opcodes!$(srcdir)/../opcodes!g
+s!@TOPDIR@/opcodes!$(srcdir)/../opcodes!g
 s!@SRCDIR@/!!g
 s! hosts/[^ ]*\.h! !g
-s/ sysdep.h//g
+s! sysdep.h!!g
 s! \.\./bfd/sysdep.h!!g
-s/ libbfd.h//g
-s/ config.h//g
+s! libbfd.h!!g
+s! config.h!!g
 s! \$(INCDIR)/fopen-[^ ]*\.h!!g
 s! \$(INCDIR)/ansidecl\.h!!g
+s! \$(INCDIR)/symcat\.h!!g
+s! \.\./intl/libintl\.h!!g
 
 s/\\\n */ /g
 
This page took 0.036813 seconds and 4 git commands to generate.