From: nico 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.rohieb.name/openwrt.git/commitdiff_plain/9c2e7c1496a48de52073279f0cf9d81d962d722b?hp=951b29f1454350c370dc025e6386df173e6dede7 Add missing .configured target causing superfluous package rebuild, touch .built too git-svn-id: svn://svn.openwrt.org/openwrt/trunk@935 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/ntpclient/Makefile b/openwrt/package/ntpclient/Makefile index 02c063776..b83dd9395 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