aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-02-27 18:21:32 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-02-27 18:21:32 -0400
commitd4a27c2c8aa9798e19108130b649533e2c9ca9c0 (patch)
tree9baf32fef05d93d348923d4d07d5d6739afc323e /Makefile
parentdac01dbcd867ad4b0f0a65db07c78028e0f578e2 (diff)
make `make fast` work in clean tree
Diffstat (limited to 'Makefile')
-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 $@