Commit 7b195f77 by Mike Stump Committed by Jeff Law

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
parent 28ec9418
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> 1998-05-21 Mark Mitchell <mmitchell@usa.net>
* cplus-dem.c (do_type): Handle volatile qualification. * cplus-dem.c (do_type): Handle volatile qualification.
......
...@@ -210,6 +210,8 @@ stamp-h: config.in config.status ...@@ -210,6 +210,8 @@ stamp-h: config.in config.status
config.status: $(srcdir)/configure $(srcdir)/config.table config.status: $(srcdir)/configure $(srcdir)/config.table
$(SHELL) ./config.status --recheck $(SHELL) ./config.status --recheck
$(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS): stamp-picdir
alloca.o: config.h alloca.o: config.h
atexit.o: config.h atexit.o: config.h
argv.o: config.h alloca-conf.h $(INCDIR)/libiberty.h argv.o: config.h alloca-conf.h $(INCDIR)/libiberty.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment