From aff555c5def2fde11629e7e24d08c877219e8c94 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 15 Nov 1999 09:01:55 +0000 Subject: [PATCH] * Makefile.in ($(OBJS)): Depend on stamp-picdir. From-SVN: r30535 --- libstdc++/ChangeLog | 5 ++++- libstdc++/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 38b2547b726..2a222ce4446 100644 --- a/libstdc++/ChangeLog +++ b/libstdc++/ChangeLog @@ -1,9 +1,12 @@ +Sun Nov 14 09:47:51 1999 H.J. Lu + + * Makefile.in ($(OBJS)): Depend on stamp-picdir. + 1999-11-05 Gabriel Dos Reis * std/valarray_meta.h (_DEFINE_EXPR_UNARY_FUNCTION): When building meta-expressions don't forget to take the contained closures. - 1999-10-19 Gabriel Dos Reis diff --git a/libstdc++/Makefile.in b/libstdc++/Makefile.in index eeff18c7860..4668344ca05 100644 --- a/libstdc++/Makefile.in +++ b/libstdc++/Makefile.in @@ -63,6 +63,10 @@ CLEAN_JUNK = $(LIBS) .PHONY: libs libs: $(LIBS) +# The "pic" subdir must be created before we can put any object +# files into it. +$(OBJS): stamp-picdir + stdlist: $(IO_DIR)/iostream.list $(OBJS) $(SUBLIBS) $(LIBIBERTY_DIR)/libiberty.a -rm -f tlist touch tlist -- 2.30.2