From 7b195f77b7ce604ea5ce27c6478386aaeb1ff7a7 Mon Sep 17 00:00:00 2001 From: Mike Stump Date: Fri, 22 May 1998 00:20:51 +0000 Subject: [PATCH] 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 --- libiberty/ChangeLog | 5 +++++ libiberty/Makefile.in | 2 ++ 2 files changed, 7 insertions(+) diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index c92b1c0738f..61814d487ff 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 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 -- 2.30.2