Commit 82812e56 by Richard Kenner

(SUBDIR_INCLUDES): Add -I for include directory.

From-SVN: r6465
parent 52786026
# 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) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment