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
This commit is contained in:
parent
28ec941825
commit
7b195f77b7
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user