summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-30 22:47:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-30 22:47:34 -0400
commit963bfa967369511bbe3261860c3609b5ae9554ec (patch)
tree7f758b8db533509c2c017423dffe81cca153ddd5 /Makefile
parent465fb0ebc4e9173606303a719cc753b45e133b20 (diff)
cpp not needed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3ffa29e3b..921eb7067 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ all: git-annex docs
git-annex:
mkdir -p build
- ghc -cpp -odir build -hidir build --make git-annex
+ ghc -odir build -hidir build --make git-annex
install:
install -d $(DESTDIR)/usr/bin