[commit: packages/containers] changelog-foldtree, cleaned_bugfix394, master, merge-doc-target, merge-fixes-5.9, merge-restrict-fix-5.8, revert-184-generic, revert-408-bugfix_394: Fix compilation. (5dbf09a)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:39:14 UTC 2017


Repository : ssh://git@git.haskell.org/containers

On branches: changelog-foldtree,cleaned_bugfix394,master,merge-doc-target,merge-fixes-5.9,merge-restrict-fix-5.8,revert-184-generic,revert-408-bugfix_394
Link       : http://git.haskell.org/packages/containers.git/commitdiff/5dbf09a19f938e9821391aec682691d3b4ce24ad

>---------------------------------------------------------------

commit 5dbf09a19f938e9821391aec682691d3b4ce24ad
Author: Milan Straka <milan at strakovi.com>
Date:   Thu Feb 11 08:12:46 2016 +0100

    Fix compilation.


>---------------------------------------------------------------

5dbf09a19f938e9821391aec682691d3b4ce24ad
 benchmarks/Makefile               | 2 +-
 benchmarks/SetOperations/Makefile | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/benchmarks/Makefile b/benchmarks/Makefile
index aacccef..f6a8909 100644
--- a/benchmarks/Makefile
+++ b/benchmarks/Makefile
@@ -1,7 +1,7 @@
 all:
 
 bench-%: %.hs force
-	ghc -O2 -DTESTING $< -I../include -i../$(TOP) -o $@ -outputdir tmp -rtsopts
+	ghc -O2 -DTESTING $< -I$(TOP)../include -i$(TOP).. -o $@ -outputdir tmp -rtsopts
 
 .PRECIOUS: bench-%
 
diff --git a/benchmarks/SetOperations/Makefile b/benchmarks/SetOperations/Makefile
index 019967b..e662979 100644
--- a/benchmarks/SetOperations/Makefile
+++ b/benchmarks/SetOperations/Makefile
@@ -1,3 +1,3 @@
-TOP = ..
+TOP = ../
 
 include ../Makefile



More information about the ghc-commits mailing list