From 4ce6370b895d654dcccabd794b96dc1d03fbd649 Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 12 Apr 2005 16:46:41 +0000 Subject: [PATCH] [project @ 2005-04-12 16:46:41 by sof] make 'mkdependC' happy --- ghc/lib/compat/Makefile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/ghc/lib/compat/Makefile b/ghc/lib/compat/Makefile index 89fe9a4..1005ec8 100644 --- a/ghc/lib/compat/Makefile +++ b/ghc/lib/compat/Makefile @@ -15,12 +15,15 @@ LIBRARY = libghccompat.a # We don't want this installed NO_INSTALL_LIBRARY = YES +# Needed so that the libraries can #include relative to this directory. +INCLUDE_DIRS=-I. -Iinclude + +SRC_HC_OPTS += $(INCLUDE_DIRS) +MKDEPENDC_OPTS += $(INCLUDE_DIRS) + # Just to silence warnings MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) -# Needed so that the libraries can #include relative to this directory. -SRC_HC_OPTS += -I. -Iinclude - UseGhcForCc = YES # This library is linked to the compiler, at least in stage1, so we -- 1.7.10.4