Fixed missing quote mark.

This commit is contained in:
Janet B. Anderson
2004-05-17 14:35:18 +00:00
parent 8ee9595026
commit 4a7100cbf0

View File

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