diff options
author | Mike Stump <mrs@wrs.com> | 1998-05-22 00:20:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-05-21 18:20:51 -0600 |
commit | 7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7 (patch) | |
tree | da17758eec65e0463ca828d86dd14ed1f103cd26 | |
parent | 28ec941825933f514cb5ce2e8cdb6996c253675c (diff) | |
download | gcc-7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7.zip gcc-7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7.tar.gz gcc-7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7.tar.bz2 |
Makefile.in: Add a dependency on stamp-picdir for the objects...
* Makefile.in: Add a dependency on stamp-picdir for the
objects, so that we can do a parallel build.
From-SVN: r19942
-rw-r--r-- | libiberty/ChangeLog | 5 | ||||
-rw-r--r-- | libiberty/Makefile.in | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c92b1c0..61814d4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Fri May 22 01:19:28 1998 Mike Stump <mrs@wrs.com> + + * Makefile.in: Add a dependency on stamp-picdir for the + objects, so that we can do a parallel build. + 1998-05-21 Mark Mitchell <mmitchell@usa.net> * cplus-dem.c (do_type): Handle volatile qualification. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9c7ed27..53d2efe 100644 --- a/libiberty/Makefile.in +++ b/libiberty/Makefile.in @@ -210,6 +210,8 @@ stamp-h: config.in config.status config.status: $(srcdir)/configure $(srcdir)/config.table $(SHELL) ./config.status --recheck +$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir + alloca.o: config.h atexit.o: config.h argv.o: config.h alloca-conf.h $(INCDIR)/libiberty.h |