diff options
author | tron <tron@openttd.org> | 2005-01-23 17:51:22 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-01-23 17:51:22 +0000 |
commit | bd4213c12ff7c1bcf3fb52f4c2606ae99470cfd4 (patch) | |
tree | b539a54f7a3801fdb4b3b67c6b60098c372e4896 | |
parent | 4058e62b7518fcb82217a9d16727dcdeca620cbe (diff) | |
download | openttd-bd4213c12ff7c1bcf3fb52f4c2606ae99470cfd4.tar.xz |
(svn r1620) Fix typo in r1619
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 $@ |