* Makefile.in (objdump.o): Depend upon config.status to notice
authorIan Lance Taylor <ian@airs.com>
Tue, 31 Aug 1993 17:46:56 +0000 (17:46 +0000)
committerIan Lance Taylor <ian@airs.com>
Tue, 31 Aug 1993 17:46:56 +0000 (17:46 +0000)
--with-targets changes.
(nlmconv.o): Depend upon bucomm.h.

binutils/Makefile.in

index e1b3db4b06c1a21cc3af5635d7d2bc0b50af1076..8ef0fd728f91b20cb85ef38b18315a3c99ef6875 100644 (file)
@@ -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