From: sof Date: Mon, 6 Aug 2001 20:39:32 +0000 (+0000) Subject: [project @ 2001-08-06 20:39:32 by sof] X-Git-Tag: Approximately_9120_patches~1354 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=aa03891e58b07684a5d3c6d6a8b2bf446ac81b28;p=ghc-hetmet.git [project @ 2001-08-06 20:39:32 by sof] Make recent _hsc.c / cbits changes work (i.e., need to add . to the include path) --- diff --git a/mk/target.mk b/mk/target.mk index 8d5571d..7522603 100644 --- a/mk/target.mk +++ b/mk/target.mk @@ -346,7 +346,8 @@ STUBOBJS += $(HSC_C_OBJS) # Add _hsc.c files to the cbits library C_SRCS += $(wildcard ../*_hsc.c) # Make .hsc.h include files from the directory above visible -SRC_CC_OPTS += -I.. +# (and the cbits/ library too). +SRC_CC_OPTS += -I.. -I. endif LIBRARY = libHS$(PACKAGE)$(_cbits)$(_way).a