summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-03-08 15:29:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-03-08 15:29:01 -0400
commit556b5d9fb7f313b035aff2cff5ee54b9727c71b9 (patch)
treee7051836d32800f2c09ef084576935f7c8809cb2 /Makefile
parent626960cd383b620fc06a485e9b6d1f4b475fe0e8 (diff)
Switch from using regex-compat to regex-tdfa, as the C regex library is rather buggy.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1ddaeaa8b..3419a0a34 100644
--- a/Makefile
+++ b/Makefile
@@ -19,7 +19,7 @@ fast: dist/caballog
@$$(grep 'ghc --make' dist/caballog | head -n 1)
@ln -sf dist/build/git-annex/git-annex git-annex
-dist/caballog:
+dist/caballog: git-annex.cabal
$(CABAL) configure -f"-Production" -O0
$(CABAL) build -v2 | tee $@