diff options
author | Jeffrey A Law <law@cygnus.com> | 1998-11-19 19:36:30 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1998-11-19 12:36:30 -0700 |
commit | 74285159e4f348ab625717586a9dfa46ee0c8816 (patch) | |
tree | 89a8fefccca8c1753170d955409d3ab57a074a7c /libobjc | |
parent | e3f159c2de9fc4621fb059dafc55a9aa60efa1df (diff) | |
download | gcc-74285159e4f348ab625717586a9dfa46ee0c8816.zip gcc-74285159e4f348ab625717586a9dfa46ee0c8816.tar.gz gcc-74285159e4f348ab625717586a9dfa46ee0c8816.tar.bz2 |
* Makefile.in (runtime-info.h): Avoid GNU make extensions.
From-SVN: r23722
Diffstat (limited to 'libobjc')
-rw-r--r-- | libobjc/ChangeLog | 4 | ||||
-rw-r--r-- | libobjc/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index bf9b5dd..9ea04e0 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -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. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index 7674769..5d317b8 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -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 |