summaryrefslogtreecommitdiff
path: root/Makefile.src.in
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2007-01-05 15:01:51 +0000
committerrubidium <rubidium@openttd.org>2007-01-05 15:01:51 +0000
commitae90eea8e4befbad98bbfe746dacd8d8aee55398 (patch)
treec86a5b8dbac4391f40b09452f684e5998485e81b /Makefile.src.in
parent5220796d65d7d44ece2e7d941c06538aa00cea4a (diff)
downloadopenttd-ae90eea8e4befbad98bbfe746dacd8d8aee55398.tar.xz
(svn r7866) -Fix (r7759): ./configure --revision=[revision] did not work as intended.
Diffstat (limited to 'Makefile.src.in')
-rw-r--r--Makefile.src.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.src.in b/Makefile.src.in
index 1529149b8..62107f65b 100644
--- a/Makefile.src.in
+++ b/Makefile.src.in
@@ -25,6 +25,7 @@ STAGE = !!STAGE!!
MAKEDEPEND = !!MAKEDEPEND!!
CFLAGS_MAKEDEP= !!CFLAGS_MAKEDEP!!
SORT = !!SORT!!
+REVISION = !!REVISION!!
CONFIG_CACHE_COMPILER = $(SRC_OBJS_DIR)/!!CONFIG_CACHE_COMPILER!!
CONFIG_CACHE_LINKER = $(SRC_OBJS_DIR)/!!CONFIG_CACHE_LINKER!!
CONFIG_CACHE_ENDIAN = $(SRC_OBJS_DIR)/!!CONFIG_CACHE_ENDIAN!!