mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 14:59:31 +08:00
Avoid Sun Make VPATH bugs by adding dependencies.
This commit is contained in:
@ -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)
|
Fri Oct 11 12:51:33 1991 Roland H. Pesch (pesch at cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: add target "binutils.ms"
|
* Makefile.in: add target "binutils.ms"
|
||||||
|
@ -196,20 +196,28 @@ $(DIST_NAME).tar.Z: proto-dir
|
|||||||
tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
|
tar chf - $(DIST_NAME) | compress >$(DIST_NAME).tar.Z
|
||||||
rm -rf $(DIST_NAME)
|
rm -rf $(DIST_NAME)
|
||||||
|
|
||||||
bucomm.o: bucomm.c
|
# These get around a bug in Sun Make in SunOS 4.1.1
|
||||||
version.o: version.c
|
alloca.o:alloca.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
|
|
||||||
am29k-pinsn.o: am29k-pinsn.c
|
am29k-pinsn.o: am29k-pinsn.c
|
||||||
nm.o: nm.c
|
|
||||||
ar.o: ar.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
|
getopt.o:getopt.c
|
||||||
getopt1.o:getopt1.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
|
# 'STANDARD' GNU/960 TARGETS BELOW THIS POINT
|
||||||
|
Reference in New Issue
Block a user