Commit aff555c5 by H.J. Lu Committed by Jeff Law

* Makefile.in ($(OBJS)): Depend on stamp-picdir.

From-SVN: r30535
parent f507211e
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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment