mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Make circumvention of sun make VPATH bug include all relevant files
This commit is contained in:
@ -113,10 +113,15 @@ $(TARGETLIB): $(OFILES)
|
|||||||
$(RANLIB) $(TARGETLIB)
|
$(RANLIB) $(TARGETLIB)
|
||||||
|
|
||||||
# Circumvent Sun Make bug with VPATH.
|
# Circumvent Sun Make bug with VPATH.
|
||||||
sparc-opc.o: sparc-opc.c
|
dis-buf.o: dis-buf.c
|
||||||
m68881-ext.o: m68881-ext.c
|
|
||||||
h8500-dis.o: h8500-dis.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-dis.o: sparc-dis.c
|
||||||
|
sparc-opc.o: sparc-opc.c
|
||||||
|
z8k-dis.o: z8k-dis.c
|
||||||
|
|
||||||
tags etags: TAGS
|
tags etags: TAGS
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user