summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/build b/build
index 8ecb0bd..0229d8b 100755
--- a/build
+++ b/build
@@ -15,6 +15,7 @@ build:
src/build-aux/missing \
src/build-aux/test-driver \
src/configure
+ touch src/aclocal.m4 src/configure src/Makefile.in src/config.in
oh-autoconfigure -- \
--disable-memory \
--enable-singlethreaded \
@@ -29,6 +30,7 @@ build:
--disable-errorstrings \
CFLAGS='-DNO_WOLFSSL_SERVER -DNO_SESSION_CACHE'
oh-autobuild
+ touch $@
install: build
oh-autoinstall