From 0ef60ec09af7e56a7a7da0e39635e2fe96a0aec3 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Wed, 6 Jan 1999 21:37:23 +0000 Subject: [PATCH] Added CPPSNCFLAGS to cpp step of state notation language rule --- config/RULES.Vx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/RULES.Vx b/config/RULES.Vx index 280491282..2633ab679 100644 --- a/config/RULES.Vx +++ b/config/RULES.Vx @@ -137,7 +137,7 @@ endif %.c: ../%.st @echo "preprocessing $*.st" @$(RM) $*.i - $(CPP) $(CPPFLAGS) $< $*.i + $(CPP) $(CPPFLAGS) $(CPPSNCFLAGS) $< $*.i @echo "converting $*.i" @$(RM) $@ $(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i