* Makefile.in: Updated dependencies.
This commit is contained in:
parent
0d14c7df68
commit
0374a10562
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
Wed Jan 10 15:33:18 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
|
* Makefile.in: Updated dependencies.
|
||||||
|
|
||||||
Mon Jan 8 18:02:29 1996 Ian Lance Taylor <ian@cygnus.com>
|
Mon Jan 8 18:02:29 1996 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ieee.c: Add global function write_ieee_debugging_info and a
|
* ieee.c: Add global function write_ieee_debugging_info and a
|
||||||
|
|
|
@ -698,7 +698,8 @@ not-ranlib.o: not-ranlib.c
|
||||||
not-strip.o: not-strip.c
|
not-strip.o: not-strip.c
|
||||||
objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
|
objcopy.o: objcopy.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
|
||||||
$(INCDIR)/obstack.h $(INCDIR)/progress.h bucomm.h config.h \
|
$(INCDIR)/obstack.h $(INCDIR)/progress.h bucomm.h config.h \
|
||||||
$(INCDIR)/fopen-same.h $(INCDIR)/libiberty.h
|
$(INCDIR)/fopen-same.h $(INCDIR)/getopt.h $(INCDIR)/libiberty.h \
|
||||||
|
budbg.h
|
||||||
objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
|
objdump.o: objdump.c ../bfd/bfd.h $(INCDIR)/ansidecl.h \
|
||||||
$(INCDIR)/obstack.h $(INCDIR)/getopt.h $(INCDIR)/progress.h \
|
$(INCDIR)/obstack.h $(INCDIR)/getopt.h $(INCDIR)/progress.h \
|
||||||
bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h \
|
bucomm.h config.h $(INCDIR)/fopen-same.h $(INCDIR)/dis-asm.h \
|
||||||
|
|
Loading…
Reference in a new issue