summaryrefslogtreecommitdiff
path: root/libiberty
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-10 20:43:56 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>1999-06-10 20:43:56 +0000
commit4248b202eeb930917a6ad92d417ddff9932908b3 (patch)
tree339ff79bbf15d296cc3a8f24fbd5a44cbc5aa261 /libiberty
parent62101960f6abafdc43626b83bd1543fb0c2f5279 (diff)
downloadgcc-4248b202eeb930917a6ad92d417ddff9932908b3.tar.gz
Mike Stump <mrs@wrs.com>
* Makefile.in (setenv.o): Add config.h dep for setenv.o to fix parallel builds. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27477 138bc75d-0d04-0410-961f-82ee72b054a4
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 cb77e8a5c95..fb8acb0f53a 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 6aaac7f17d1..b4cd7d035d0 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