summaryrefslogtreecommitdiff
path: root/bfd/dep-in.sed
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2001-10-04 15:37:38 +0000
committerAlan Modra <amodra@bigpond.net.au>2001-10-04 15:37:38 +0000
commit9979639f083e67c01041acc6f165f38ebb79e07c (patch)
treeaf01c32cde981a2284c348842c7d3ebbb6e27514 /bfd/dep-in.sed
parent61adc49f2b97565949cd5740f385eb0255d24bfd (diff)
downloadbinutils-redhat-9979639f083e67c01041acc6f165f38ebb79e07c.tar.gz
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.sed7
1 files changed, 4 insertions, 3 deletions
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed
index c3781f23bc..4a706aa5be 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