summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-23 17:51:22 +0000
committertron <tron@openttd.org>2005-01-23 17:51:22 +0000
commit2cf65953db4e8272744284af090b7c6bcb765f70 (patch)
treeb539a54f7a3801fdb4b3b67c6b60098c372e4896 /Makefile
parent62e8c573e8c98ce9dd8d5af993df812c2048bad8 (diff)
downloadopenttd-2cf65953db4e8272744284af090b7c6bcb765f70.tar.xz
(svn r1620) Fix typo in r1619
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index df9a6ba47..fdc8d2a3c 100644
--- a/Makefile
+++ b/Makefile
@@ -937,5 +937,5 @@ DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
# For DirectMusic build and BeOS specific parts
%.o: %.cpp $(MAKE_CONFIG) endian.h table/strings.h
- @echo '===> Compiling $<
+ @echo '===> Compiling $<'
@$(CXX_BUILD) $< -o $@