X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fyousong.git;a=blobdiff_plain;f=include%2Fpackage-ipkg.mk;fp=include%2Fpackage-ipkg.mk;h=d73d46153750de32986a727e4bcde1282d107169;hp=8a9c10f64b229c0c017c3d77957d2e2e59e0577d;hb=5aa03e16a732e81a989a9605706dc8c6bb95d03f;hpb=bc73a7fd98b2c2c20cc2a796d625e671ca00eccf diff --git a/include/package-ipkg.mk b/include/package-ipkg.mk index 8a9c10f64b..d73d461537 100644 --- a/include/package-ipkg.mk +++ b/include/package-ipkg.mk @@ -106,7 +106,7 @@ ifeq ($(DUMP),) ifdef do_install ifneq ($(CONFIG_PACKAGE_$(1))$(DEVELOPER),) IPKGS += $(1) - .compile: $$(IPKG_$(1)) $(PKG_INFO_DIR)/$(1).provides $(PKG_BUILD_DIR)/.pkgdir/$(1).installed + $(_pkg_target)compile: $$(IPKG_$(1)) $(PKG_INFO_DIR)/$(1).provides $(PKG_BUILD_DIR)/.pkgdir/$(1).installed compile: $(STAGING_DIR_ROOT)/stamp/.$(1)_installed else $(if $(CONFIG_PACKAGE_$(1)),$$(info WARNING: skipping $(1) -- package not selected))