From adf269c7af5d044cbd7b71e88dea7e04461d19a0 Mon Sep 17 00:00:00 2001 From: Brendan Kehoe Date: Mon, 15 Dec 2003 14:00:49 -0500 Subject: [PATCH] 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 --- libiberty/ChangeLog | 5 +++++ libiberty/Makefile.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a2a430e39927..cd7200d0404e 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Brendan Kehoe + + * libiberty/Makefile.in (floatformat.o): Add dependency on + config.h to accompany change of 2003-12-03. + 2003-12-15 Ian Lance Taylor Fix handling of constructor/destructor of standard substitution: diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 5d2dc3cbf8d5..5fff39be8b83 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 -- 2.47.2