From: sof Date: Tue, 12 Apr 2005 16:46:41 +0000 (+0000) Subject: [project @ 2005-04-12 16:46:41 by sof] X-Git-Tag: Initial_conversion_from_CVS_complete~752 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=4ce6370b895d654dcccabd794b96dc1d03fbd649;p=ghc-hetmet.git [project @ 2005-04-12 16:46:41 by sof] make 'mkdependC' happy --- 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