From: sof Date: Fri, 16 Nov 2001 16:58:41 +0000 (+0000) Subject: [project @ 2001-11-16 16:58:41 by sof] X-Git-Tag: Approximately_9120_patches~564 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=116328b674908efa5c198faecad9a72c50ac8c5a [project @ 2001-11-16 16:58:41 by sof] if IS_CBITS_LIB is YES: Extend SRC_HS2HS_OPTS in the same way that SRC_CC_OPTS is --- diff --git a/mk/target.mk b/mk/target.mk index dc6add1..4ec8345 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -365,6 +365,7 @@ C_SRCS += $(wildcard ../*_hsc.c) # Make .hsc.h include files from the directory above visible # (and the cbits/ library too). SRC_CC_OPTS += -I.. -I. +SRC_HSC2HS_OPTS += -I.. -I. endif ifneq "$(way)" "i"