author | jqzuo |
Tue, 07 Dec 2010 19:18:48 -0500 | |
changeset 7221 | 3555a5488ef3 |
parent 7219 | fb964b6ae4a9 (current diff) |
parent 7220 | 327ac84f05b3 (diff) |
child 7225 | 0961b69bacc0 |
--- a/make/deploy-rules.gmk Thu Dec 02 19:03:54 2010 -0800 +++ b/make/deploy-rules.gmk Tue Dec 07 19:18:48 2010 -0500 @@ -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