aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c01f7b37b..a4a56d8d8 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ fast: dist/caballog
$$(grep 'ghc --make' dist/caballog | head -n 1 | sed 's/ -O / /')
ln -sf dist/build/git-annex/git-annex git-annex
-dist/caballog: dist/setup-config
+dist/caballog:
cabal configure -f-Production
cabal build -v2 | tee $@