summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-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 $@