mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2025-01-27 02:14:04 +08:00
* Makefile.in (objdump.o): Depend upon config.status to notice
--with-targets changes. (nlmconv.o): Depend upon bucomm.h.
This commit is contained in:
parent
45a78ebbfb
commit
f993f087da
@ -203,12 +203,13 @@ $(NM_PROG): $(ADDL_LIBS) nm.o demangle.o $(BFD)
|
||||
$(OBJDUMP_PROG): $(ADDL_LIBS) objdump.o $(BFD) $(OPCODES)
|
||||
$(CC) $(LDFLAGS) -o $(OBJDUMP_PROG) objdump.o $(OPCODES) $(ADDL_LIBS) $(EXTRALIBS)
|
||||
|
||||
objdump.o: objdump.c
|
||||
objdump.o: objdump.c config.status
|
||||
$(CC) -c $(INCLUDES) $(HDEFINES) $(TDEFINES) $(ARCHDEFS) $(CFLAGS) $(srcdir)/objdump.c
|
||||
|
||||
underscore.c:
|
||||
echo "int xxy_us_dummy;" >dummy.c
|
||||
$(CC) -c dummy.c
|
||||
rm -f underscore.c
|
||||
echo '/*WARNING: This file is automatically generated!*/' >underscore.c
|
||||
if [ "`$(NM) dummy.o | grep _xxy_us_dummy ; true`" != "" ]; then \
|
||||
echo "int prepends_underscore = 1;" >>underscore.c; \
|
||||
@ -319,7 +320,7 @@ not-strip.o: not-strip.c
|
||||
nlmheader.o: nlmheader.c nlmconv.h $(INCDIR)/nlm/common.h \
|
||||
$(INCDIR)/nlm/internal.h
|
||||
nlmconv.o: nlmconv.c nlmconv.h $(INCDIR)/nlm/common.h \
|
||||
$(INCDIR)/nlm/internal.h $(BFDDIR)/libnlm.h
|
||||
$(INCDIR)/nlm/internal.h $(BFDDIR)/libnlm.h bucomm.h
|
||||
|
||||
stage1: force
|
||||
- mkdir stage1
|
||||
|
Loading…
Reference in New Issue
Block a user