From: Mike Stump Date: Fri, 22 May 1998 00:20:51 +0000 (+0000) Subject: Makefile.in: Add a dependency on stamp-picdir for the objects... X-Git-Tag: prereleases/egcs-1.1-prerelease~1147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7;p=thirdparty%2Fgcc.git 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 --- diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c92b1c0738fb..61814d487ff4 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,8 @@ +Fri May 22 01:19:28 1998 Mike Stump + + * Makefile.in: Add a dependency on stamp-picdir for the + objects, so that we can do a parallel build. + 1998-05-21 Mark Mitchell * cplus-dem.c (do_type): Handle volatile qualification. diff --git a/libiberty/Makefile.in b/libiberty/Makefile.in index 9c7ed27485c8..53d2efe29429 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