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
commitb4592c8a542c06f4509402ebac846a44775740c9 (patch)
tree66f708d7b464abceb06f41841bdf22352a0dafab /Makefile.src.in
parentb0d4ece2ad2d1033d91f25aa21553eac4924442c (diff)
downloadopenttd-b4592c8a542c06f4509402ebac846a44775740c9.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