Fixed .stt rule.

This commit is contained in:
Janet B. Anderson
2004-01-22 22:00:26 +00:00
parent 21ea090431
commit ffb5098abc

View File

@@ -148,7 +148,7 @@ $(TARGETS) $(PROD): $(DEPLIBS)
@$(RM) $@
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $*.i
%.c: %.stt
%.c: ../%.stt
@echo "converting $<
@$(RM) $@
$(SNC) $(TARGET_SNCFLAGS) $(SNCFLAGS) $<