summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-07-23 12:51:27 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-07-23 12:51:27 -0400
commit260bdfae850714f9346a190a6152643a2932a684 (patch)
tree89aed8492ee8c23ecee9b996ff5dc45709f99c70 /Makefile
parent3f8fea3ee6abd9e4152cb0447a5f319f41e16ad8 (diff)
cleanup makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index ddc56e3f8..aac9a3a5e 100644
--- a/Makefile
+++ b/Makefile
@@ -12,9 +12,7 @@ ifdef VIM
all=fast
endif
-build: build-stamp
-build-stamp: $(all)
- touch $@
+build: $(all)
Build/SysConfig.hs: configure.hs Build/TestConfig.hs Build/Configure.hs
if [ "$(CABAL)" = ./Setup ]; then ghc --make Setup; fi
@@ -87,7 +85,7 @@ docs: mans
clean:
rm -rf tmp dist git-annex $(mans) configure *.tix .hpc \
- doc/.ikiwiki html dist tags Build/SysConfig.hs build-stamp \
+ doc/.ikiwiki html dist tags Build/SysConfig.hs \
Setup Build/InstallDesktopFile Build/EvilSplicer \
Build/Standalone Build/OSXMkLibs Build/LinuxMkLibs \
Build/DistributionUpdate Build/BuildVersion \
@@ -264,4 +262,4 @@ distributionupdate:
ghc -Wall --make Build/DistributionUpdate -XPackageImports -optP-include -optPdist/build/autogen/cabal_macros.h
./Build/DistributionUpdate
-.PHONY: git-annex git-union-merge git-recover-repository tags build-stamp
+.PHONY: git-annex git-union-merge tags