aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1994-02-02 14:21:50 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1994-02-02 14:21:50 -0500
commit82812e560c609820b56886de86b280f9f0fbf28b (patch)
tree7e221f642fe9363410cb5d489c9561765568ca14 /gcc
parent52786026fabb4b32e7232eafe1dfb78afba5443b (diff)
downloadgcc-82812e560c609820b56886de86b280f9f0fbf28b.zip
gcc-82812e560c609820b56886de86b280f9f0fbf28b.tar.gz
gcc-82812e560c609820b56886de86b280f9f0fbf28b.tar.bz2
(SUBDIR_INCLUDES): Add -I for include directory.
From-SVN: r6465
Diffstat (limited to 'gcc')
-rw-r--r--gcc/objc/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/objc/Makefile.in b/gcc/objc/Makefile.in
index 2b97f73..b2b00bb 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) \