From 116328b674908efa5c198faecad9a72c50ac8c5a Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 16 Nov 2001 16:58:41 +0000 Subject: [PATCH] [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 --- mk/target.mk | 1 + 1 file changed, 1 insertion(+) 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" -- 1.7.10.4