From 14459a186fd67b90fa432a2a682c3208b4ab9059 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 10 Mar 2013 16:44:03 -0400 Subject: [PATCH] allow overriding CABAL --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3419a0a34e..d2e2064377 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ all=git-annex $(mans) docs GHC?=ghc GHCMAKE=$(GHC) $(GHCFLAGS) --make PREFIX=/usr -CABAL=runhaskell Setup.hs +CABAL?=runhaskell Setup.hs # Am I typing :make in vim? Do a fast build. ifdef VIM