summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2015-12-18 13:33:42 +0100
committerBen Gamari <ben@smart-cactus.org>2015-12-18 13:33:42 +0100
commitf857d27affd545cf9a55de69c7147204c046cb8d (patch)
treee85dd6e52985b2263bea3c9035893c7f543b11f1
parent53a567c59f497d1af0ed5cc3c235c71701ed8cea (diff)
downloadhaskell-f857d27affd545cf9a55de69c7147204c046cb8d.tar.gz
configure.ac: Rename build/ to shake-build/
Last naming change... I promise.
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index d1f8115cf2..69cdd2b7e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1099,8 +1099,8 @@ if grep ' ' compiler/ghc.cabal.in 2>&1 >/dev/null; then
fi
# Create the configuration for the Shake-based build system if it is present
-if test -e build/cfg/system.config.in; then
- AC_CONFIG_FILES([build/cfg/system.config])
+if test -e shake-build/cfg/system.config.in; then
+ AC_CONFIG_FILES([shake-build/cfg/system.config])
fi
AC_CONFIG_FILES([mk/config.mk mk/install.mk mk/project.mk compiler/ghc.cabal ghc/ghc-bin.cabal utils/runghc/runghc.cabal settings docs/users_guide/ghc_config.py docs/index.html libraries/prologue.txt distrib/configure.ac])