From 723fb29bf5af322d6ed2a087c5f23f79326d6a7f Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 10 May 2005 10:35:57 +0000 Subject: [PATCH] [project @ 2005-05-10 10:35:57 by simonmar] Add -I options to SRC_CC_OPTS for bootstrapping From: Thomas Schwinge --- ghc/lib/compat/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index 126e794..2450ecf 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -19,7 +19,8 @@ NO_INSTALL_LIBRARY = YES # Needed so that the libraries can #include relative to this directory. INCLUDE_DIRS=-I. -Iinclude -SRC_HC_OPTS += $(INCLUDE_DIRS) +SRC_HC_OPTS += $(INCLUDE_DIRS) +SRC_CC_OPTS += $(INCLUDE_DIRS) MKDEPENDC_OPTS += $(INCLUDE_DIRS) # Just to silence warnings -- 1.7.10.4