summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-10-06 17:34:10 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-10-06 17:34:10 -0400
commit55011adebbf792a99f7d5bd6014726324eb32386 (patch)
tree1a13ad4a38bdfa399b1368d3f2e1155463f25e12 /Makefile
parent29a150263da17a2be21f5fb7b24ab2ee95ffcaeb (diff)
GHCMAKE not used
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 87b84929f..586661028 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,6 @@ mans=git-annex.1 git-annex-shell.1
all=git-annex $(mans) docs
GHC?=ghc
-GHCMAKE=$(GHC) $(GHCFLAGS) --make
PREFIX?=/usr
CABAL?=cabal # set to "./Setup" if you lack a cabal program