From b4592c8a542c06f4509402ebac846a44775740c9 Mon Sep 17 00:00:00 2001 From: bjarni Date: Sat, 10 Feb 2007 00:22:32 +0000 Subject: [PATCH] (svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++) --- Makefile.src.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.src.in b/Makefile.src.in index 8c9e4a8f83..70a31d4b95 100644 --- a/Makefile.src.in +++ b/Makefile.src.in @@ -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