make make fast work in clean tree

This commit is contained in:
Joey Hess 2013-02-27 18:21:32 -04:00
parent c000bc3ce1
commit 54cbbe460c

View file

@ -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 $@