Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
f857d27a
Commit
f857d27a
authored
Dec 18, 2015
by
Ben Gamari
🐢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure.ac: Rename build/ to shake-build/
Last naming change... I promise.
parent
53a567c5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure.ac
View file @
f857d27a
...
...
@@ -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])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment