aboutsummaryrefslogtreecommitdiff
path: root/binutils
diff options
context:
space:
mode:
authorJohn Gilmore <gnu@cygnus>1991-10-12 05:44:58 +0000
committerJohn Gilmore <gnu@cygnus>1991-10-12 05:44:58 +0000
commitd7cce023dab719861489f6d98571880347cd3f3c (patch)
tree13b5745012ecc49c9210cf89b2ceb98cae73f699 /binutils
parent33ce0085ba0557ae3de68b292519c479804e445b (diff)
downloadfsf-binutils-gdb-d7cce023dab719861489f6d98571880347cd3f3c.zip
fsf-binutils-gdb-d7cce023dab719861489f6d98571880347cd3f3c.tar.gz
fsf-binutils-gdb-d7cce023dab719861489f6d98571880347cd3f3c.tar.bz2
Avoid Sun Make VPATH bugs by adding dependencies.
Diffstat (limited to 'binutils')
-rw-r--r--binutils/ChangeLog4
-rw-r--r--binutils/Makefile.in28
2 files changed, 22 insertions, 10 deletions
diff --git a/binutils/ChangeLog b/binutils/ChangeLog
index a031056..10e90e7 100644
--- a/binutils/ChangeLog
+++ b/binutils/ChangeLog
@@ -1,3 +1,7 @@
+Fri Oct 11 22:44:21 1991 John Gilmore (gnu at cygnus.com)
+
+ * Makefile.in: Avoid Sun Make VPATH bugs by adding dependencies.
+
Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
* Makefile.in: add target "binutils.ms"
diff --git a/binutils/Makefile.in b/binutils/Makefile.in
index 12a1321..fd339f4 100644
--- a/binutils/Makefile.in
+++ b/binutils/Makefile.in
@@ -196,20 +196,28 @@ $(DIST_NAME).tar.Z: proto-dir
tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
rm -rf $(DIST_NAME)
-bucomm.o: bucomm.c
-version.o: version.c
-size.o: size.c
-copy.o: copy.c
-objdump.o: objdump.c
-m68k-pinsn.o: m68k-pinsn.c
-i960-pinsn.o: i960-pinsn.c
-sparc-pinsn.o: sparc-pinsn.c
+# These get around a bug in Sun Make in SunOS 4.1.1
+alloca.o:alloca.c
am29k-pinsn.o: am29k-pinsn.c
-nm.o: nm.c
ar.o: ar.c
+bucomm.o: bucomm.c
+copy.o: copy.c
+cplus-dem.o:cplus-dem.c
+filemode.o:filemode.c
getopt.o:getopt.c
getopt1.o:getopt1.c
-filemode.o:filemode.c
+gmalloc.o:gmalloc.c
+i960-pinsn.o: i960-pinsn.c
+is-ranlib.o:is-ranlib.c
+m68k-pinsn.o: m68k-pinsn.c
+maybe-ranlib.o:maybe-ranlib.c
+nm.o: nm.c
+not-ranlib.o:not-ranlib.c
+objdump.o: objdump.c
+size.o: size.c
+sparc-pinsn.o: sparc-pinsn.c
+strip.o:strip.c
+version.o: version.c
#-----------------------------------------------------------------------------
# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT