diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-19 20:02:48 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-19 20:02:48 -0400 |
commit | 4465689cc22564e650be4bad759006d587b41307 (patch) | |
tree | 6d6732442c9a1c765947c9838282a2de3a8a7359 /Makefile | |
parent | dbb76c22d0f4f979fe90eeeff233dbbbfcf2346d (diff) |
refactor
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ mans=git-annex.1 git-annex-shell.1 all: $(bins) $(mans) docs -SysConfig.hs: configure.hs +SysConfig.hs: configure.hs TestConfig.hs $(GHCMAKE) configure ./configure |