From: H.J. Lu Date: Mon, 15 Nov 1999 09:01:55 +0000 (+0000) Subject: * Makefile.in ($(OBJS)): Depend on stamp-picdir. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=aff555c5def2fde11629e7e24d08c877219e8c94;p=platform%2Fupstream%2Fgcc.git * Makefile.in ($(OBJS)): Depend on stamp-picdir. From-SVN: r30535 --- diff --git a/libstdc++/ChangeLog b/libstdc++/ChangeLog index 38b2547..2a222ce 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 eeff18c..4668344 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