diff options
author | Joey Hess <joey@kitenet.net> | 2010-11-11 15:34:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2010-11-11 15:34:28 -0400 |
commit | 58fffdb73be115ad095342eba2f4dd90190e998f (patch) | |
tree | c64b3f4cdaa620a53bf10b491c78a5ddc60ff3b3 | |
parent | dffe9499630a8dded76b23ef762f03aa264dc45c (diff) |
remove unnecessary mkdir
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -3,7 +3,6 @@ all: git-annex docs ghcmake=ghc -Wall -odir build -hidir build --make git-annex: - mkdir -p build $(ghcmake) git-annex install: |