make/deploy-rules.gmk

changeset 251
b011f9ab61f8
parent 233
810a461889ab
child 280
024a6755895b
     1.1 --- a/make/deploy-rules.gmk	Thu Oct 28 13:31:20 2010 -0700
     1.2 +++ b/make/deploy-rules.gmk	Wed Nov 17 11:55:01 2010 -0500
     1.3 @@ -46,7 +46,6 @@
     1.4  # Enable 7-Zip LZMA file (de)compression for Java Kernel if it is available
     1.5  ifeq ($(ARCH_DATA_MODEL), 32)
     1.6    ifeq ($(PLATFORM), windows)
     1.7 -    ifneq ($(KERNEL), off)
     1.8        EC_TMP = $(shell if [ -d $(DEPLOY_TOPDIR)/make/lzma ] ; then \
     1.9          $(ECHO) true ; \
    1.10        else \
    1.11 @@ -55,7 +54,6 @@
    1.12    ifeq ($(EC_TMP), true)
    1.13          DEPLOY_BUILD_TARGETS += extra-comp-all
    1.14        endif
    1.15 -    endif
    1.16    endif
    1.17  endif
    1.18  

mercurial