aboutsummaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorMike Stump <mrs@wrs.com>1999-06-10 20:43:56 +0000
committerRichard Henderson <rth@gcc.gnu.org>1999-06-10 13:43:56 -0700
commit739194481cda553dd248c4e1966651099d243234 (patch)
tree339ff79bbf15d296cc3a8f24fbd5a44cbc5aa261 /libiberty
parentd3b6b80cde781b060c73b3f408ff892c8d6a8813 (diff)
downloadgcc-739194481cda553dd248c4e1966651099d243234.zip
gcc-739194481cda553dd248c4e1966651099d243234.tar.gz
gcc-739194481cda553dd248c4e1966651099d243234.tar.bz2
Mike Stump <mrs@wrs.com>
Mike Stump <mrs@wrs.com> * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix parallel builds. From-SVN: r27477
Diffstat (limited to 'libiberty')
-rw-r--r--libiberty/ChangeLog5
-rw-r--r--libiberty/Makefile.in1
2 files changed, 6 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index cb77e8a..fb8acb0 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,8 @@
+1999-06-10 Mike Stump <mrs@wrs.com>
+
+ * Makefile.in (setenv.o): Add config.h dep for setenv.o to fix
+ parallel builds.
+
1999-05-28 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* putenv.c: Include ansidecl.h to define `const'.
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in
index 6aaac7f..b4cd7d0 100644
--- a/libiberty/Makefile.in
+++ b/libiberty/Makefile.in
@@ -248,6 +248,7 @@ mkstemps.o: config.h
objalloc.o: $(INCDIR)/objalloc.h
obstack.o: config.h $(INCDIR)/obstack.h
pexecute.o: config.h $(INCDIR)/libiberty.h
+setenv.o: config.h
spaces.o: $(INCDIR)/libiberty.h
splay-tree.o: config.h $(INCDIR)/libiberty.h $(INCDIR)/splay-tree.h $(INCDIR)/ansidecl.h
strerror.o: config.h $(INCDIR)/libiberty.h