Modified snc cpp flags.

This commit is contained in:
Janet B. Anderson
2001-02-19 17:29:25 +00:00
parent 2b650db1bc
commit 22bb0d96d2

View File

@@ -235,7 +235,7 @@ endif
%.cpp: ../%.st
@echo "preprocessing $*.st"
@$(RM) $*.i
$(CPP) $(CPPSNCFLAGS) $< > $*.i
$(CPP) $(CPPSNCFLAGS) $(INCLUDES) $< > $*.i
@echo "converting $*.i"
@$(RM) $@
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i -o $@