[commit: ghc] wip/nfs-locking: Adds "MAKEFLAGS=" back in. (7b5c5bf)
git at git.haskell.org
git at git.haskell.org
Fri Oct 27 00:26:56 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/nfs-locking
Link : http://ghc.haskell.org/trac/ghc/changeset/7b5c5bf2250f088bac663c2d2773b32d5e1b756b/ghc
>---------------------------------------------------------------
commit 7b5c5bf2250f088bac663c2d2773b32d5e1b756b
Author: Moritz Angermann <moritz.angermann at gmail.com>
Date: Wed Jan 6 18:48:56 2016 +0800
Adds "MAKEFLAGS=" back in.
>---------------------------------------------------------------
7b5c5bf2250f088bac663c2d2773b32d5e1b756b
src/Rules/IntegerGmp.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/Rules/IntegerGmp.hs b/src/Rules/IntegerGmp.hs
index 7ef124f..b82dcbb 100644
--- a/src/Rules/IntegerGmp.hs
+++ b/src/Rules/IntegerGmp.hs
@@ -114,7 +114,7 @@ integerGmpRules = do
copyFile integerGmpLibraryFakeH integerGmpLibraryH
else do
putBuild "| No GMP framework detected; in tree GMP will be built"
- runMake integerGmpBuild []
+ runMake integerGmpBuild ["MAKEFLAGS="]
copyFile (integerGmpBuild -/- "gmp.h") integerGmpLibraryInTreeH
copyFile (integerGmpBuild -/- "gmp.h") integerGmpLibraryH
More information about the ghc-commits
mailing list