changeset 7229 | 76ffa3eac0d7 |
parent 7220 | 327ac84f05b3 |
child 7654 | a8d5f59bbae6 |
--- a/make/deploy-rules.gmk Fri Dec 03 19:44:29 2010 -0800 +++ b/make/deploy-rules.gmk Wed Jul 05 17:28:18 2017 +0200 @@ -46,7 +46,6 @@ # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available ifeq ($(ARCH_DATA_MODEL), 32) ifeq ($(PLATFORM), windows) - ifneq ($(KERNEL), off) EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \ $(ECHO) true ; \ else \ @@ -55,7 +54,6 @@ ifeq ($(EC_TMP), true) DEPLOY_BUILD_TARGETS += extra-comp-all endif - endif endif endif