[project @ 2001-11-16 16:58:41 by sof]
authorsof <unknown>
Fri, 16 Nov 2001 16:58:41 +0000 (16:58 +0000)
committersof <unknown>
Fri, 16 Nov 2001 16:58:41 +0000 (16:58 +0000)
if IS_CBITS_LIB is YES: Extend SRC_HS2HS_OPTS in the same way that SRC_CC_OPTS is

mk/target.mk

index dc6add1..4ec8345 100644 (file)
@@ -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"