summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 18:00:32 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-03-27 18:00:32 -0400
commitcc20205e5a37b1e2131598e880b1525b1c7dd731 (patch)
treebcae2c1591c013a832528abb1167839d13c10e03 /Makefile
parentab180331853ad7942cd9d329d049a73a034e0ab9 (diff)
Fix make build target. Thanks, Justin Geibel.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d6fb1a110..b36cbcd02 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
mans=$(shell find doc -maxdepth 1 -name git-annex*.mdwn | sed -e 's/^doc/man/' -e 's/\.mdwn/\.1/')
-all=git-annex $(mans) docs
+all=git-annex mans docs
CABAL?=cabal # set to "./Setup" if you lack a cabal program
GHC?=ghc