X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=include%2Fhost-build.mk;h=0502d7682a5c9514cd4e10d84fbdccfbef7375f8;hb=4b4c62dbb23675868095ef79a7ba5d0c19bb4811;hp=858eee53182ab9407efa6e1380ace928b7b4e28b;hpb=f6777ece942ebd64b3ae43c3c939654577bfc6bd;p=openwrt-10.03%2F.git diff --git a/include/host-build.mk b/include/host-build.mk index 858eee531..0502d7682 100644 --- a/include/host-build.mk +++ b/include/host-build.mk @@ -8,9 +8,9 @@ include $(INCLUDE_DIR)/host.mk include $(INCLUDE_DIR)/unpack.mk -ifneq ($(strip $(UNPACK)),) +ifneq ($(strip $(PKG_UNPACK)),) define Build/Prepare/Default - $(UNPACK) + $(PKG_UNPACK) @if [ -d ./patches ]; then \ $(PATCH) $(PKG_BUILD_DIR) ./patches; \ fi