diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-22 00:20:51 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1998-05-22 00:20:51 +0000 |
commit | 763bfe58c8d45a2e2eb28d4447a10568641fc474 (patch) | |
tree | da17758eec65e0463ca828d86dd14ed1f103cd26 /libiberty/Makefile.in | |
parent | 8578e637fa89c1af12bc7445eb017bb0faccc2c5 (diff) | |
download | gcc-763bfe58c8d45a2e2eb28d4447a10568641fc474.tar.gz |
* Makefile.in: Add a dependency on stamp-picdir for the
objects, so that we can do a parallel build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19942 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/Makefile.in')
-rw-r--r-- | libiberty/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9c7ed27485c..53d2efe2942 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 |