summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2012-10-24 03:37:11 (EDT)
committer P. J. McDermott <pjm@nac.net>2012-10-24 03:37:11 (EDT)
commitf1ea540240a4e867b8b266520497542093ad9ac7 (patch)
tree3c60e1e01176419e69adbb3879e053a700c89515
parent8eb547afe47f1ba6fbc9fd1c21c97410171a535e (diff)
The "install" target doesn't need "touch $@".
-rwxr-xr-xbuild3
1 files changed, 1 insertions, 2 deletions
diff --git a/build b/build
index 1cefca4..8e866ef 100755
--- a/build
+++ b/build
@@ -13,9 +13,8 @@ install: build
oh-fixperms
oh-strip -k
oh-installfiles
- touch $@
clean:
oh-autoclean
- rm -f configure build install
+ rm -f configure build
rm -Rf *.data