diff options
author | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-15 19:00:49 +0000 |
---|---|---|
committer | dj <dj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-15 19:00:49 +0000 |
commit | 11037b2ef9622ddcbc736eba45f06e1275f2bf72 (patch) | |
tree | 8827903fd8b36d7cfae22fbd1e1365d572be765a /libiberty | |
parent | 821e1d0df41badda91cc92d865fa812c51f89bf9 (diff) | |
download | gcc-11037b2ef9622ddcbc736eba45f06e1275f2bf72.tar.gz |
* libiberty/Makefile.in (floatformat.o): Add dependency on
config.h to accompany change of 2003-12-03.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74641 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 5 | ||||
-rw-r--r-- | libiberty/Makefile.in | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index a2a430e3992..cd7200d0404 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +2003-12-15 Brendan Kehoe <brendan@zen.org> + + * libiberty/Makefile.in (floatformat.o): Add dependency on + config.h to accompany change of 2003-12-03. + 2003-12-15 Ian Lance Taylor <ian@wasabisystems.com> Fix handling of constructor/destructor of standard substitution: 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 |