changeset 7567 | 0d9bbd919cff |
parent 7220 | 327ac84f05b3 |
child 7654 | a8d5f59bbae6 |
--- a/make/deploy-rules.gmk Mon Dec 06 00:44:48 2010 -0800 +++ b/make/deploy-rules.gmk Wed Dec 08 01:27:08 2010 -0800 @@ -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