From: Richard Kenner Date: Wed, 2 Feb 1994 19:21:50 +0000 (-0500) Subject: (SUBDIR_INCLUDES): Add -I for include directory. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=82812e560c609820b56886de86b280f9f0fbf28b;p=gcc.git (SUBDIR_INCLUDES): Add -I for include directory. From-SVN: r6465 --- diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in index 2b97f731c72..b2b00bb9f0e 100644 --- a/gcc/objc/Makefile.in +++ b/gcc/objc/Makefile.in @@ -1,5 +1,5 @@ # GNU Objective C Runtime Makefile -# Copyright (C) 1993 Free Software Foundation, Inc. +# Copyright (C) 1993, 1994 Free Software Foundation, Inc. # # This file is part of GNU CC. # @@ -36,7 +36,7 @@ AR = ar AR_FLAGS = rc # Always search these dirs when compiling. -SUBDIR_INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/config +SUBDIR_INCLUDES = -I. -I.. -I$(srcdir) -I$(srcdir)/config -I$(srcdir)/include .c.o: $(GCC_FOR_TARGET) $(OPTIMIZE) \