Fix parallel make problem.
authorMichael Tiemann <tiemann@holodeck.cygnus.com>
Mon, 12 Oct 1998 17:45:24 +0000 (17:45 +0000)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 12 Oct 1998 17:45:24 +0000 (10:45 -0700)
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.

From-SVN: r23029

libiberty/ChangeLog
libiberty/Makefile.in

index a06b64bb72c1d9f8f278d27ce1272d130acc982e..77e78b4c9e9814fb5840b0cdbc5391a3596b860f 100644 (file)
@@ -1,3 +1,7 @@
+Sun Oct 11 17:36:06 1998  Michael Tiemann  <tiemann@holodeck.cygnus.com>
+
+       * Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h.
+
 Thu Oct  8 23:42:08 1998  Jeffrey A Law  (law@cygnus.com)
 
        * Merge egcs & devo libiberty.
index 606e0cf50386904dc5b2e1482b3ae198ca56b286..f4d4d69f619f8f00ee91bef22665d503d1a24635 100644 (file)
@@ -221,7 +221,7 @@ basename.o: $(INCDIR)/libiberty.h
 choose-temp.o: config.h
 clock.o: config.h
 concat.o: $(INCDIR)/libiberty.h
-cplus-dem.o: $(INCDIR)/demangle.h
+cplus-dem.o: config.h $(INCDIR)/demangle.h
 fdmatch.o: $(INCDIR)/libiberty.h
 fnmatch.o: config.h $(INCDIR)/fnmatch.h
 getcwd.o: config.h
@@ -233,7 +233,7 @@ hex.o: $(INCDIR)/libiberty.h
 floatformat.o: $(INCDIR)/floatformat.h
 mkstemp.o: config.h
 objalloc.o: $(INCDIR)/objalloc.h
-obstack.o: $(INCDIR)/obstack.h
+obstack.o: config.h $(INCDIR)/obstack.h
 pexecute.o: config.h $(INCDIR)/libiberty.h
 spaces.o: $(INCDIR)/libiberty.h
 strerror.o: config.h $(INCDIR)/libiberty.h