summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorbjarni <bjarni@openttd.org>2007-02-10 00:22:32 +0000
committerbjarni <bjarni@openttd.org>2007-02-10 00:22:32 +0000
commitc866f363719315519d3abc932986e49f561d21de (patch)
tree66f708d7b464abceb06f41841bdf22352a0dafab /Makefile.src.in
parent396f905b6e731c3a9b70f08281d3fe1cfb226ae5 (diff)
downloadopenttd-c866f363719315519d3abc932986e49f561d21de.tar.xz
(svn r8658) -Fix r8605: missed an error message renaming from m to mm (objC to objC++)
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 8c9e4a8f8..70a31d4b9 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