Make circumvention of sun make VPATH bug include all relevant files
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 1 Apr 1993 18:56:02 +0000 (18:56 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 1 Apr 1993 18:56:02 +0000 (18:56 +0000)
opcodes/Makefile.in

index d45468f0ce0586b48b285542561da4e789b8c277..1ab55e9a473b2fad7eb0ca1bb01faf9f0e13f552 100644 (file)
@@ -113,10 +113,15 @@ $(TARGETLIB): $(OFILES)
         $(RANLIB) $(TARGETLIB)
 
 # Circumvent Sun Make bug with VPATH.
-sparc-opc.o: sparc-opc.c
-m68881-ext.o: m68881-ext.c
+dis-buf.o: dis-buf.c
 h8500-dis.o: h8500-dis.c
+i386-dis.o: i386-dis.c
+m68881-ext.o: m68881-ext.c
+m68k-dis.o: m68k-dis.c
+mips-dis.o: mips-dis.c
 sparc-dis.o: sparc-dis.c
+sparc-opc.o: sparc-opc.c
+z8k-dis.o: z8k-dis.c
 
 tags etags: TAGS
 
This page took 0.024801 seconds and 4 git commands to generate.