diff options
author | Alan Modra <amodra@gmail.com> | 2001-10-04 15:37:38 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2001-10-04 15:37:38 +0000 |
commit | d828d54ea47bb8809b106011ff59f1e2bfad6305 (patch) | |
tree | 2d28f3b10354d821bccdd1c2d88e514ed5043e41 /bfd/dep-in.sed | |
parent | 78f495860c35139a74ec07d8db3f159630e6d17f (diff) | |
download | gdb-d828d54ea47bb8809b106011ff59f1e2bfad6305.zip gdb-d828d54ea47bb8809b106011ff59f1e2bfad6305.tar.gz gdb-d828d54ea47bb8809b106011ff59f1e2bfad6305.tar.bz2 |
somehow missed committing this.
* dep-in.sed: Remove symcat.h from dependencies.
Diffstat (limited to 'bfd/dep-in.sed')
-rw-r--r-- | bfd/dep-in.sed | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed index c3781f2..4a706aa 100644 --- a/bfd/dep-in.sed +++ b/bfd/dep-in.sed @@ -9,12 +9,13 @@ s!@INCDIR@!$(INCDIR)!g s!@SRCDIR@/../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/\\\n */ /g |