diff options
author | DJ Delorie <dj@redhat.com> | 2003-12-15 19:03:58 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2003-12-15 19:03:58 +0000 |
commit | 09e9708c4ce6466221c0f6f504e335242bcb03a7 (patch) | |
tree | 386f4c07388c2a63e1ab6e6cf00f1ca2e521bc3d /libiberty/Makefile.in | |
parent | 97ceaf5b4df58353b0a8e5663cb7ee6e4ae63605 (diff) | |
download | gdb-09e9708c4ce6466221c0f6f504e335242bcb03a7.zip gdb-09e9708c4ce6466221c0f6f504e335242bcb03a7.tar.gz gdb-09e9708c4ce6466221c0f6f504e335242bcb03a7.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 5d2dc3c..5fff39b 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -437,7 +437,8 @@ dyn-string.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/dyn-string.h \ fdmatch.o: $(INCDIR)/ansidecl.h $(INCDIR)/libiberty.h fibheap.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/fibheap.h \ $(INCDIR)/libiberty.h -floatformat.o: $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h +floatformat.o: config.h $(INCDIR)/ansidecl.h $(INCDIR)/floatformat.h \ + $(INCDIR)/libiberty.h fnmatch.o: config.h $(INCDIR)/fnmatch.h $(INCDIR)/safe-ctype.h getcwd.o: config.h getopt.o: config.h $(INCDIR)/getopt.h |