diff options
author | Brendan Kehoe <brendan@zen.org> | 2003-12-15 14:00:49 -0500 |
---|---|---|
committer | DJ Delorie <dj@gcc.gnu.org> | 2003-12-15 14:00:49 -0500 |
commit | adf269c7af5d044cbd7b71e88dea7e04461d19a0 (patch) | |
tree | 8827903fd8b36d7cfae22fbd1e1365d572be765a /libiberty/Makefile.in | |
parent | 69f38ab9fd8ac5c7f5b68c01673c4c6366fd343c (diff) | |
download | gcc-adf269c7af5d044cbd7b71e88dea7e04461d19a0.tar.gz |
Makefile.in (floatformat.o): Add dependency on config.h to accompany change of 2003-12-03.
* libiberty/Makefile.in (floatformat.o): Add dependency on
config.h to accompany change of 2003-12-03.
From-SVN: r74641
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 5d2dc3cbf8d..5fff39be8b8 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 |