summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2007-10-06 13:20:27 +0000
committerglx <glx@openttd.org>2007-10-06 13:20:27 +0000
commit1771089d048194a40d6594f2e3b8262882f68aaf (patch)
treee3a988d8c8e9f23b7f42f40cb72622d978c63696 /Makefile.in
parente485669d2cf32ad7c5f39e1da4734b4ad196748b (diff)
downloadopenttd-1771089d048194a40d6594f2e3b8262882f68aaf.tar.xz
(svn r11218) -Codechange: remove unused ENABLE_INSTALL in Makefile.in, and add --disable-unicode in configure help
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index abc096ca5..35ef93cba 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -23,8 +23,6 @@ INSTALL_BINARY_DIR = "$(INSTALL_DIR)/"!!BINARY_DIR!!
INSTALL_ICON_DIR = "$(INSTALL_DIR)/"!!ICON_DIR!!
INSTALL_DATA_DIR = "$(INSTALL_DIR)/"!!DATA_DIR!!
INSTALL_PERSONAL_DIR = !!PERSONAL_DIR!!
-# TODO: ENABLE_INSTALL should be removed when the search path patch has been applied
-ENABLE_INSTALL = !!ENABLE_INSTALL!!
TTD = !!TTD!!
TTDS = $(SRC_DIRS:%=%/$(TTD))
OS = !!OS!!