(svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)
authorbjarni
Sat, 10 Feb 2007 00:22:32 +0000
changeset 5970 257bde043070
parent 5969 57cbd6e884f5
child 5971 b21fda7c7f1e
(svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)
Makefile.src.in
--- a/Makefile.src.in	Fri Feb 09 16:21:03 2007 +0000
+++ b/Makefile.src.in	Sat Feb 10 00:22:32 2007 +0000
@@ -267,6 +267,6 @@
 	$(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