(svn r14443) -Change: Unify the delimiters used in config* and make*

This commit is contained in:
skidd13
2008-10-06 17:05:44 +00:00
parent e9347b39e5
commit 91665fd7e4
6 changed files with 20 additions and 20 deletions

View File

@@ -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 "----------------"