Commit 74285159 by Jeffrey A Law Committed by Jeff Law

* Makefile.in (runtime-info.h): Avoid GNU make extensions.

From-SVN: r23722
parent e3f159c2
Thu Nov 19 20:33:37 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (runtime-info.h): Avoid GNU make extensions.
Sun Nov 8 17:46:14 1998 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* Makefile.in (INCLUDES): Add -I$(srcdir)/$(MULTISRCTOP)../include.
......
......@@ -120,7 +120,7 @@ OBJS_GC = archive_gc.o class_gc.o encoding_gc.o gc_gc.o hash_gc.o \
runtime-info.h: $(MULTIBUILDTOP)../../gcc/cc1obj
echo "" > tmp-runtime
echo "/* This file is automatically generated */" > $@
$< -print-objc-runtime-info tmp-runtime >> $@
$(MULTIBUILDTOP)../../gcc/cc1obj -print-objc-runtime-info tmp-runtime >> $@
rm -f tmp-runtime
archive_gc.o: archive.c
......
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