Avoid Sun Make VPATH bugs by adding dependencies.
authorJohn Gilmore <gnu@cygnus>
Sat, 12 Oct 1991 05:44:58 +0000 (05:44 +0000)
committerJohn Gilmore <gnu@cygnus>
Sat, 12 Oct 1991 05:44:58 +0000 (05:44 +0000)
binutils/ChangeLog
binutils/Makefile.in

index a031056f69141e3cb65580064febb23acf54e052..10e90e724e73901173e5f8a14c84c0e830344961 100644 (file)
@@ -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"
index 12a1321d3c592d5884310f8b84a79c4ec8130b3a..fd339f400cb7be21dfe2dfe52f9dfd8dd52a09bf 100644 (file)
@@ -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
This page took 0.027918 seconds and 4 git commands to generate.