summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2010-05-22 19:59:37 +0000
committerrubidium <rubidium@openttd.org>2010-05-22 19:59:37 +0000
commit45440063b57f792da3afef603e621befa1c1bfcd (patch)
treee9eb3e2f841d56610e9a3fa686c9b30ee6a2a2ae /Makefile.in
parent5e4ec72ce6e353b78e8bb9c7ace65191555da525 (diff)
downloadopenttd-45440063b57f792da3afef603e621befa1c1bfcd.tar.xz
(svn r19884) -Feature: translatable desktop shortcut comments
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index c4200b833..d4bb0c02d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -43,6 +43,7 @@ OSXAPP = !!OSXAPP!!
LIPO = !!LIPO!!
REVISION = !!REVISION!!
AWK = !!AWK!!
+SORT = !!SORT!!
DISTCC = !!DISTCC!!
RES := $(shell if [ ! -f $(CONFIG_CACHE_PWD) ] || [ "`pwd`" != "`cat $(CONFIG_CACHE_PWD)`" ]; then echo "`pwd`" > $(CONFIG_CACHE_PWD); fi )