summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Modra <amodra@bigpond.net.au>2000-04-11 23:58:39 +0000
committerAlan Modra <amodra@bigpond.net.au>2000-04-11 23:58:39 +0000
commit982daabb5046ea4b52b3f48e25409d4e27c78a1f (patch)
tree12f5622b121eff2f1c4d66e26746d691b53a430b
parentfd31a7e326949ef033e4ec42b10bee4b328eec4b (diff)
downloadgdb-982daabb5046ea4b52b3f48e25409d4e27c78a1f.tar.gz
Fix auto-dependency bug.
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/Makefile.am3
-rw-r--r--bfd/Makefile.in3
-rw-r--r--bfd/dep-in.sed2
4 files changed, 7 insertions, 5 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 45c2b7b466b..bd09f453e63 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,9 @@
2000-04-12 Alan Modra <alan@linuxcare.com.au>
+ * dep-in.sed: Match space before file name, not after.
+ * Makefile.am: Regenerate dependencies.
+ * Makefile.in: Regenerate.
+
* reloc.c (_bfd_relocate_contents): In complain_overflow_bitfield
case, allow address wrap-around stupidly removed 2000-03-17. Sign
extend without an if statement.
diff --git a/bfd/Makefile.am b/bfd/Makefile.am
index b8537dba4a9..2d389596e54 100644
--- a/bfd/Makefile.am
+++ b/bfd/Makefile.am
@@ -1120,7 +1120,6 @@ irix-core.lo: irix-core.c
lynx-core.lo: lynx-core.c
osf-core.lo: osf-core.c
sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h
-trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \
- hosts/i386linux.h
+trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
cisco-core.lo: cisco-core.c
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 17d1ffc2b4f..bb8e06c90f2 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1648,8 +1648,7 @@ irix-core.lo: irix-core.c
lynx-core.lo: lynx-core.c
osf-core.lo: osf-core.c
sco5-core.lo: sco5-core.c libaout.h $(INCDIR)/bfdlink.h
-trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h \
- hosts/i386linux.h
+trad-core.lo: trad-core.c libaout.h $(INCDIR)/bfdlink.h
cisco-core.lo: cisco-core.c
# IF YOU PUT ANYTHING HERE IT WILL GO AWAY
diff --git a/bfd/dep-in.sed b/bfd/dep-in.sed
index 444dde0c019..9da181ab8fc 100644
--- a/bfd/dep-in.sed
+++ b/bfd/dep-in.sed
@@ -7,7 +7,7 @@ s!\.o:!.lo:!
s! @BFD_H@!!g
s!@INCDIR@!$(INCDIR)!g
s!@SRCDIR@/!!g
-s!hosts/[^ ]*\.h ! !g
+s! hosts/[^ ]*\.h! !g
s/ sysdep.h//g
s! \.\./bfd/sysdep.h!!g
s/ libbfd.h//g