diff options
Diffstat (limited to 'toolchain/expat/Makefile')
-rw-r--r-- | toolchain/expat/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/toolchain/expat/Makefile b/toolchain/expat/Makefile index 6d1c6215b..fedceb2a0 100644 --- a/toolchain/expat/Makefile +++ b/toolchain/expat/Makefile @@ -6,10 +6,6 @@ include Makefile.inc include ../rules.mk include ${ADK_TOPDIR}/mk/buildhlp.mk -ifeq (${ADK_MAKE_PARALLEL},y) -MPC_MAKEOPTS+= -j${ADK_MAKE_JOBS} -endif - $(WRKBUILD)/.configured: (cd $(WRKBUILD); \ $(WRKBUILD)/configure \ @@ -17,6 +13,7 @@ $(WRKBUILD)/.configured: --enable-static \ --disable-shared \ --without-docbook \ + --without-tests \ ); touch $@ |