Added CPPSNCFLAGS to cpp step of state notation language rule

This commit is contained in:
Janet B. Anderson
1999-01-06 21:37:23 +00:00
parent 42bd805108
commit 0ef60ec09a

View File

@@ -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