(svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)

This commit is contained in:
bjarni 2007-02-10 00:22:32 +00:00
parent b0d4ece2ad
commit b4592c8a54

View File

@ -267,6 +267,6 @@ mrproper: clean
$(Q)rm -f rev.cpp
%.o:
@echo '$(STAGE) No such source-file: $(@:%.o=%).[c|cpp|m|rc]'
@echo '$(STAGE) No such source-file: $(@:%.o=%).[c|cpp|mm|rc]'
.PHONY: all mrproper depend clean FORCE