From: Mike Baker Date: Thu, 17 Aug 2006 00:12:03 +0000 (+0000) Subject: fix accidental tab X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4a71f7adaeb26d453e3fe90b2e6640ff61dec19d;p=openwrt%2Fstaging%2Frobimarko.git fix accidental tab SVN-Revision: 4577 --- diff --git a/openwrt/include/package.mk b/openwrt/include/package.mk index 43f1758900..0847528b74 100644 --- a/openwrt/include/package.mk +++ b/openwrt/include/package.mk @@ -16,12 +16,12 @@ define Build/DefaultTargets ifeq ($(DUMP),) ifeq ($(CONFIG_AUTOREBUILD),y) ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p $(PKG_BUILD_DIR) .),$(PKG_BUILD_DIR)) - $$(warning package has changed, need to rebuild $(subst $(TOPDIR)/,,$(PKG_BUILD_DIR))) + $$(warning package has changed, need to rebuild $(subst $(TOPDIR)/,,$(PKG_BUILD_DIR))) $(PKG_BUILD_DIR)/.prepared: package-clean endif ifneq ($$(shell $(SCRIPT_DIR)/timestamp.pl -p -x ipkg -x ipkg-install $(IPKG_$(1)) $(PKG_BUILD_DIR)),$(IPKG_$(1))) - $$(warning $(subst $(TOPDIR)/,,$(PKG_BUILD_DIR)) has changed, need to rebuild $(subst $(TOPDIR)/,,$(IPKG_$(1)))) + $$(warning $(subst $(TOPDIR)/,,$(PKG_BUILD_DIR)) has changed, need to rebuild $(subst $(TOPDIR)/,,$(IPKG_$(1)))) $(PKG_BUILD_DIR)/.built: package-rebuild endif endif