summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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