diff options
author | Richard Henderson <rth@redhat.com> | 2001-08-03 17:36:49 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2001-08-03 17:36:49 -0700 |
commit | 4e627c414436df3de424b718f70576abab682e04 (patch) | |
tree | 4b328d8707da5ac1bf4ace7202c200e58922ed0b /libiberty | |
parent | 1310497511d2ffb29fc4cf42d04606ea9081e76f (diff) | |
download | gcc-4e627c414436df3de424b718f70576abab682e04.zip gcc-4e627c414436df3de424b718f70576abab682e04.tar.gz gcc-4e627c414436df3de424b718f70576abab682e04.tar.bz2 |
* Makefile.in (concat.o): Depend on config.h.
From-SVN: r44622
Diffstat (limited to 'libiberty')
-rw-r--r-- | libiberty/ChangeLog | 4 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index fc312e6..e847545 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +2001-08-03 Richard Henderson <rth@redhat.com> + + * Makefile.in (concat.o): Depend on config.h. + 2001-07-30 Andreas Jaeger <aj@suse.de> * concat.c: Include "config.h". diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 0cded6b..226f7d1 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -260,7 +260,7 @@ argv.o: config.h $(INCDIR)/libiberty.h basename.o: $(INCDIR)/libiberty.h choose-temp.o: config.h clock.o: config.h -concat.o: $(INCDIR)/libiberty.h +concat.o: config.h $(INCDIR)/libiberty.h cplus-dem.o: config.h $(INCDIR)/demangle.h cp-demangle.o: config.h $(INCDIR)/dyn-string.h $(INCDIR)/demangle.h dyn-string.o: config.h $(INCDIR)/dyn-string.h |