summaryrefslogtreecommitdiff
path: root/libiberty/Makefile.in
diff options
context:
space:
mode:
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-12 17:45:24 +0000
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>1998-10-12 17:45:24 +0000
commit68b78c883dfcd1efe8d260006dec819b188bd2b8 (patch)
tree85d68c704e8ef41801ed02f873108ba022300c86 /libiberty/Makefile.in
parent15d760208c52442218be8c2739d7781b195d4b03 (diff)
downloadgcc-68b78c883dfcd1efe8d260006dec819b188bd2b8.tar.gz
Fix parallel make problem.
* Makefile.in (cplus-dem.o, obstack.o): Depend upon config.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23029 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r--libiberty/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 606e0cf5038..f4d4d69f619 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