OSDN Git Service

* Makefile.in (xstrdup.o): Depend on config.h.
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jan 1999 13:28:44 +0000 (13:28 +0000)
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 30 Jan 1999 13:28:44 +0000 (13:28 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24921 138bc75d-0d04-0410-961f-82ee72b054a4

libiberty/ChangeLog
libiberty/Makefile.in

index e8197dd..09243f9 100644 (file)
@@ -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
index c3ade07..e19c954 100644 (file)
@@ -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