diff options
author | Richard Henderson <rth@cygnus.com> | 1999-01-30 05:28:44 -0800 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 1999-01-30 05:28:44 -0800 |
commit | 16b4c15e6af6d403f209bc87ac3ac9c32559aeb5 (patch) | |
tree | 9defb673b01124866e5a990d16b5f5bf0e1e517a /libiberty | |
parent | 0397442c358882e25bb9c5b413db1cbd293ebe09 (diff) | |
download | gcc-16b4c15e6af6d403f209bc87ac3ac9c32559aeb5.tar.gz |
* Makefile.in (xstrdup.o): Depend on config.h.
From-SVN: r24921
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 e8197ddb704..09243f90ecf 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,7 @@ +Sat Jan 30 13:28:04 1999 Richard Henderson <rth@cygnus.com> + + * Makefile.in (xstrdup.o): Depend on config.h. + Wed Jan 13 07:26:44 1999 H.J. Lu (hjl@gnu.org) * cplus-dem.c (mop_up): Set work->previous_argument to NULL after diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index c3ade070fa0..e19c954ed2b 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -243,5 +243,5 @@ strsignal.o: config.h $(INCDIR)/libiberty.h xatexit.o: $(INCDIR)/libiberty.h xexit.o: $(INCDIR)/libiberty.h xmalloc.o: $(INCDIR)/libiberty.h -xstrdup.o: $(INCDIR)/libiberty.h +xstrdup.o: config.h $(INCDIR)/libiberty.h xstrerror.o: config.h $(INCDIR)/libiberty.h |