aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tiemann <tiemann@holodeck.cygnus.com>1998-10-12 17:45:24 +0000
committerJim Wilson <wilson@gcc.gnu.org>1998-10-12 10:45:24 -0700
commitf77d8413595228c00d29d96c1631e2f12ea6360b (patch)
tree85d68c704e8ef41801ed02f873108ba022300c86
parentbfca295ff175c920c27328b5cce696c4e960cf36 (diff)
downloadgcc-f77d8413595228c00d29d96c1631e2f12ea6360b.zip
gcc-f77d8413595228c00d29d96c1631e2f12ea6360b.tar.gz
gcc-f77d8413595228c00d29d96c1631e2f12ea6360b.tar.bz2
Fix parallel make problem.
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. From-SVN: r23029
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/Makefile.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index a06b64b..77e78b4 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -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.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 606e0cf..f4d4d69 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -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