aboutsummaryrefslogtreecommitdiff
path: root/libstdc++
diff options
context:
space:
mode:
authorH.J. Lu <hjl@gnu.org>1999-11-15 09:01:55 +0000
committerJeff Law <law@gcc.gnu.org>1999-11-15 02:01:55 -0700
commitaff555c5def2fde11629e7e24d08c877219e8c94 (patch)
tree6f7c6aad466e9c5c4ea449358c342416f6a369fe /libstdc++
parentf507211e3ca7083632f53166e31bc6a16de770ea (diff)
downloadgcc-aff555c5def2fde11629e7e24d08c877219e8c94.zip
gcc-aff555c5def2fde11629e7e24d08c877219e8c94.tar.gz
gcc-aff555c5def2fde11629e7e24d08c877219e8c94.tar.bz2
* Makefile.in ($(OBJS)): Depend on stamp-picdir.
From-SVN: r30535
Diffstat (limited to 'libstdc++')
-rw-r--r--libstdc++/ChangeLog5
-rw-r--r--libstdc++/Makefile.in4
2 files changed, 8 insertions, 1 deletions
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 <hjl@gnu.org>
+
+ * Makefile.in ($(OBJS)): Depend on stamp-picdir.
+
1999-11-05 Gabriel Dos Reis <dosreis@cmla.ens-cachan.fr>
* 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 <dosreis@cmla.ens-cachan.fr>
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