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
This commit is contained in:
parent
d3b6b80cde
commit
739194481c
@ -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'.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user