From: Nicolas Thill Date: Wed, 18 May 2005 14:49:08 +0000 (+0000) Subject: Add missing .configured target causing superfluous package rebuild, touch .built too X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=7d08aecbcba8c0420ad78b28e9b2a3b7d560e36f;p=openwrt%2Fsvn-archive%2Farchive.git Add missing .configured target causing superfluous package rebuild, touch .built too SVN-Revision: 935 --- diff --git a/openwrt/package/ntpclient/Makefile b/openwrt/package/ntpclient/Makefile index 02c0637766..b83dd93958 100644 --- a/openwrt/package/ntpclient/Makefile +++ b/openwrt/package/ntpclient/Makefile @@ -15,9 +15,13 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,NTPCLIENT,ntpclient,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) +$(PKG_BUILD_DIR)/.configured: + touch $(PKG_BUILD_DIR)/.configured + $(PKG_BUILD_DIR)/.built: $(MAKE) -C $(PKG_BUILD_DIR) \ CC=$(TARGET_CC) CFLAGS="$(TARGET_CFLAGS)" + touch $(PKG_BUILD_DIR)/.built $(IPKG_NTPCLIENT): install -d -m0755 $(IDIR_NTPCLIENT)/etc/init.d