diff options
author | Joey Hess <joey@kitenet.net> | 2010-10-30 22:47:34 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-10-30 22:47:34 -0400 |
commit | 963bfa967369511bbe3261860c3609b5ae9554ec (patch) | |
tree | 7f758b8db533509c2c017423dffe81cca153ddd5 /Makefile | |
parent | 465fb0ebc4e9173606303a719cc753b45e133b20 (diff) |
cpp not needed
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |