From aa03891e58b07684a5d3c6d6a8b2bf446ac81b28 Mon Sep 17 00:00:00 2001 From: sof Date: Mon, 6 Aug 2001 20:39:32 +0000 Subject: [PATCH] [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) --- mk/target.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 1.7.10.4