Show
Ignore:
Timestamp:
06/06/07 02:46:05 (5 years ago)
Author:
n0-1
Message:

fix LZMAPATH as WRKBUILD doesnt point to the libdir

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/tools/squashfs/Makefile

    r2697 r2717  
    2020        $(MAKE) CC='$(HOSTCC)' CFLAGS='$(HOSTCFLAGS)' \ 
    2121            -C $(WRKBUILD)/squashfs-tools \ 
    22             LZMAPATH=$(shell $(MAKE) -C ../lzma -s --no-print-directory show=WRKBUILD _show) \ 
     22            LZMAPATH=$(shell $(MAKE) -C ../lzma -s --no-print-directory show=LZMA_LIB_DIR _show) \ 
    2323            mksquashfs-lzma 
    2424