OSDN Git Service

* Makefile.in (runtime-info.h): Avoid GNU make extensions.
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 19:36:30 +0000 (19:36 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 19 Nov 1998 19:36:30 +0000 (19:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@23722 138bc75d-0d04-0410-961f-82ee72b054a4

libobjc/ChangeLog
libobjc/Makefile.in

index bf9b5dd..9ea04e0 100644 (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.
index 7674769..5d317b8 100644 (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