summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-22 04:02:51 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-22 04:02:51 (EDT)
commit2733f46334a2637726bd6f27b6677c64ca43fcdf (patch)
tree8a88f7bde60afea595cf669356af983de3c9c981
parent6b269682a5bdf37d1b67aac870897deadea25958 (diff)
Prevent targets from being updated multiple times.
-rwxr-xr-xbuild3
1 files changed, 3 insertions, 0 deletions
diff --git a/build b/build
index 036041d..311e943 100755
--- a/build
+++ b/build
@@ -2,12 +2,15 @@
configure:
oh-autoconfigure
+ touch $@
build: configure
oh-autobuild
+ touch $@
install: build
oh-autoinstall
oh-fixperms
oh-strip -k
oh-installfiles
+ touch $@