diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-18 13:33:42 +0100 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-18 13:33:42 +0100 |
commit | f857d27affd545cf9a55de69c7147204c046cb8d (patch) | |
tree | e85dd6e52985b2263bea3c9035893c7f543b11f1 | |
parent | 53a567c59f497d1af0ed5cc3c235c71701ed8cea (diff) | |
download | haskell-f857d27affd545cf9a55de69c7147204c046cb8d.tar.gz |
configure.ac: Rename build/ to shake-build/
Last naming change... I promise.
-rw-r--r-- | configure.ac | 4 |
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]) |