From 05dcec66a3d1d360d9acc8b0ace6ee3654aa2a6f Mon Sep 17 00:00:00 2001 From: Rainer Orth Date: Fri, 17 Oct 2003 11:22:58 +0000 Subject: config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes. libobjc: * Makefile.in (runtime-info.h): Use MULTIFLAGS. From-SVN: r72598 --- libobjc/ChangeLog | 4 ++++ libobjc/Makefile.in | 7 ++++--- 2 files changed, 8 insertions(+), 3 deletions(-) (limited to 'libobjc') diff --git a/libobjc/ChangeLog b/libobjc/ChangeLog index b0d08ef..b7226be 100644 --- a/libobjc/ChangeLog +++ b/libobjc/ChangeLog @@ -1,3 +1,7 @@ +2003-10-17 Rainer Orth + + * Makefile.in (runtime-info.h): Use MULTIFLAGS. + 2003-09-09 Alan Modra * configure: Regenerate. diff --git a/libobjc/Makefile.in b/libobjc/Makefile.in index aea1e2c..8589469 100644 --- a/libobjc/Makefile.in +++ b/libobjc/Makefile.in @@ -1,5 +1,6 @@ -#Makefile for GNU Objective C runtime library. -#Copyright (C) 1993, 95-98, 1999, 2001 Free Software Foundation, Inc. +# Makefile for GNU Objective C runtime library. +# Copyright (C) 1993, 95-98, 1999, 2001, 2002, 2003 +# Free Software Foundation, Inc. #This file is part of GCC. @@ -162,7 +163,7 @@ OBJS_GC = archive_gc.lo class_gc.lo encoding_gc.lo gc_gc.lo hash_gc.lo \ runtime-info.h: echo "" > tmp-runtime echo "/* This file is automatically generated */" > $@ - $(CC1OBJ) -print-objc-runtime-info tmp-runtime >> $@ + $(CC1OBJ) $(MULTIFLAGS) -print-objc-runtime-info tmp-runtime >> $@ rm -f tmp-runtime archive_gc.lo: archive.c -- cgit v1.1