aboutsummaryrefslogtreecommitdiff
path: root/bfd/Makefile.in
diff options
context:
space:
mode:
authorJan Beulich <jbeulich@novell.com>2005-03-02 09:03:58 +0000
committerJan Beulich <jbeulich@novell.com>2005-03-02 09:03:58 +0000
commitbb14f524002c5b0e93c17e929109f4c735f11f5b (patch)
treeb7770e62a4202287cefd5d0409b400908b88d981 /bfd/Makefile.in
parentc4a530c52970c9fdd3a6c0315503a058e132f073 (diff)
downloadbinutils-bb14f524002c5b0e93c17e929109f4c735f11f5b.zip
binutils-bb14f524002c5b0e93c17e929109f4c735f11f5b.tar.gz
binutils-bb14f524002c5b0e93c17e929109f4c735f11f5b.tar.bz2
bfd/
2005-03-02 Jan Beulich <jbeulich@novell.com> * Makefile.am: Add dependency of cache.o on libiberty.h. * cache.c: Include libiberty.h. (bfd_open_file): Use unlink_if_ordinary instead of unlink. binutils/ 2005-03-02 Jan Beulich <jbeulich@novell.com> * ar.c (remove_output): Use unlink_if_ordinary instead of unlink. * objcopy.c (copy_file): Likewise. (strip_main): Likewise. gas/ 2005-03-02 Jan Beulich <jbeulich@novell.com> * as.c (main): Use unlink_if_ordinary instead of unlink. * messages.c (as_fatal): Likewise. ld/ 2005-03-02 Jan Beulich <jbeulich@novell.com> * ldmain.c (remove_output): Use unlink_if_ordinary instead of unlink. * pe-dll.c (pe_dll_generate_implib): Likewise.
Diffstat (limited to 'bfd/Makefile.in')
-rw-r--r--bfd/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/Makefile.in b/bfd/Makefile.in
index 7d95597..13b836e 100644
--- a/bfd/Makefile.in
+++ b/bfd/Makefile.in
@@ -1459,7 +1459,7 @@ bfd.lo: bfd.c bfdver.h $(INCDIR)/filenames.h $(INCDIR)/libiberty.h \
$(INCDIR)/elf/external.h
bfdio.lo: bfdio.c $(INCDIR)/filenames.h
bfdwin.lo: bfdwin.c $(INCDIR)/filenames.h
-cache.lo: cache.c $(INCDIR)/filenames.h
+cache.lo: cache.c $(INCDIR)/filenames.h $(INCDIR)/libiberty.h
coffgen.lo: coffgen.c $(INCDIR)/filenames.h $(INCDIR)/coff/internal.h \
libcoff.h $(INCDIR)/bfdlink.h
corefile.lo: corefile.c $(INCDIR)/filenames.h