summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-10 16:44:03 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-10 16:44:03 -0400
commitbb2ac9043502bbfcd807959dfe919637c500d753 (patch)
treef400fcb9f0a1e7861eac33b5c3920041da86afe1 /Makefile
parentc931c2137efd59d4f931c75578effa9cfc18854c (diff)
allow overriding CABAL
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3419a0a34..d2e206437 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