make/common/NativeCompilation.gmk
changeset 42136 f872c8278074
parent 41651 38f26302650f
child 42301 3acaf59d0dc5
equal deleted inserted replaced
42135:484c28d7fd1b 42136:f872c8278074
   873 
   873 
   874           # The dependency on TARGET is needed for debuginfo files
   874           # The dependency on TARGET is needed for debuginfo files
   875           # to be rebuilt properly.
   875           # to be rebuilt properly.
   876           $$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
   876           $$($1_DEBUGINFO_ZIP): $$($1_DEBUGINFO_FILES) $$($1_TARGET)
   877 		$(CD) $$($1_OUTPUT_DIR) && \
   877 		$(CD) $$($1_OUTPUT_DIR) && \
   878 		    $(ZIP) -q -r $$@ $$(subst $$($1_OUTPUT_DIR)/,, $$($1_DEBUGINFO_FILES))
   878 		    $(ZIPEXE) -q -r $$@ $$(subst $$($1_OUTPUT_DIR)/,, $$($1_DEBUGINFO_FILES))
   879 
   879 
   880         endif
   880         endif
   881        endif # !STATIC_LIBRARY
   881        endif # !STATIC_LIBRARY
   882     endif # $1_DEBUG_SYMBOLS != false
   882     endif # $1_DEBUG_SYMBOLS != false
   883   endif # COPY_DEBUG_SYMBOLS
   883   endif # COPY_DEBUG_SYMBOLS