diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |