1
0
Fork 0

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

release/0.6
bjarni 2007-02-10 00:22:32 +00:00
parent b0d4ece2ad
commit b4592c8a54
1 changed files with 1 additions and 1 deletions

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