summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
committerskidd13 <skidd13@openttd.org>2008-10-06 17:05:44 +0000
commit5b8af7db3b550ccae9088fd80f0303d67e36a7a9 (patch)
tree07f0edd93d1e253f3b809e0e55342acd3f0d9d7b /Makefile.in
parent13587560713762f461589f5e91e66cd0aaf8d364 (diff)
downloadopenttd-5b8af7db3b550ccae9088fd80f0303d67e36a7a9.tar.xz
(svn r14443) -Change: Unify the delimiters used in config* and make*
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index cc212b1c5..e3ea02e6a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -91,7 +91,7 @@ ifeq ($(shell if test -f config.cache; then echo 1; fi), 1)
@echo " Going to reconfigure with last known settings..."
@echo "----------------"
# Make sure we don't lock config.cache
- @$(shell cat config.cache | sed 's/\\ /\\\\ /g') || exit 1
+ @$(shell cat config.cache | sed 's#\\ #\\\\ #g') || exit 1
@echo "----------------"
@echo "Reconfig done. Please re-execute make."
@echo "----------------"