[project @ 2001-08-06 20:39:32 by sof]
authorsof <unknown>
Mon, 6 Aug 2001 20:39:32 +0000 (20:39 +0000)
committersof <unknown>
Mon, 6 Aug 2001 20:39:32 +0000 (20:39 +0000)
Make recent _hsc.c / cbits changes work (i.e., need to add . to the include path)

mk/target.mk

index 8d5571d..7522603 100644 (file)
@@ -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