From: ken Date: Tue, 24 Jul 2001 05:17:52 +0000 (+0000) Subject: [project @ 2001-07-24 05:17:52 by ken] X-Git-Tag: Approximately_9120_patches~1443 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=d50532327d205b3473492646815d4a11f7608c0b;p=ghc-hetmet.git [project @ 2001-07-24 05:17:52 by ken] Added -I$(GHC_INCLUDE_DIR) to $(SRC_MKDEPENDC_OPTS), so that mkdependC can find its include files properly. --- diff --git a/ghc/lib/std/Makefile b/ghc/lib/std/Makefile index 1062861..99eef3a 100644 --- a/ghc/lib/std/Makefile +++ b/ghc/lib/std/Makefile @@ -63,6 +63,7 @@ PrelWord_HC_OPTS = -monly-3-regs # Dependency generation SRC_MKDEPENDHS_OPTS += -I$(GHC_INCLUDE_DIR) +SRC_MKDEPENDC_OPTS += -I$(GHC_INCLUDE_DIR) #----------------------------------------------------------------------------- # Rules