1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 20:49:11 +00:00

(svn r16318) -Change: use !! instead of @@ in src/*.in too.

-Change: use @ instead of ~ in configure/Makefiles so Debian's build system(s) can also build RC binaries.
This commit is contained in:
rubidium
2009-05-16 12:36:33 +00:00
parent db7e24e211
commit a34d5bb6ab
9 changed files with 112 additions and 112 deletions

View File

@@ -93,7 +93,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 "----------------"