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

From-SVN: r23722
This commit is contained in:
Jeffrey A Law 1998-11-19 19:36:30 +00:00 committed by Jeff Law
parent e3f159c2de
commit 74285159e4
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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