X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=package%2FMakefile;h=ac8faecef29bcc7f150b2686d8d3c592e507c9eb;hb=23fc55e7235c719856ea4ba23a3dabb804d2fed9;hp=1ef501736b5db5e243c5371cb9dcb1a633b26724;hpb=adeae0e02a8cd0e67fc5ba549591fefb056011e7;p=openwrt%2Fopenwrt.git diff --git a/package/Makefile b/package/Makefile index 1ef501736b..ac8faecef2 100644 --- a/package/Makefile +++ b/package/Makefile @@ -56,7 +56,9 @@ $(curdir)/merge: $(curdir)/merge-index: $(curdir)/merge (cd $(PACKAGE_DIR_ALL) && $(SCRIPT_DIR)/ipkg-make-index.sh . 2>&1 > Packages; ) -$(curdir)/compile: $(curdir)/system/opkg/host/compile +ifndef SDK + $(curdir)/compile: $(curdir)/system/opkg/host/compile +endif $(curdir)/install: $(TMP_DIR)/.build $(curdir)/merge $(if $(CONFIG_TARGET_PER_DEVICE_ROOTFS),$(curdir)/merge-index) - find $(STAGING_DIR_ROOT) -type d | $(XARGS) chmod 0755