From: Nicolas Thill Date: Thu, 19 May 2005 20:52:50 +0000 (+0000) Subject: Add missing .configured target and fix .prepared target that caused superfluous packa... X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=8250e874a54806b47443c4ca760d2fc4a18f0cf0;p=15.05%2Fopenwrt.git Add missing .configured target and fix .prepared target that caused superfluous package rebuild git-svn-id: svn://svn.openwrt.org/openwrt/trunk@964 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile index 81eac62b2d..d0d186a8d3 100644 --- a/openwrt/package/cifsmount/Makefile +++ b/openwrt/package/cifsmount/Makefile @@ -14,6 +14,10 @@ $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$ $(PKG_BUILD_DIR)/.prepared: mkdir -p $@ + touch $@ + +$(PKG_BUILD_DIR)/.configured: + touch $@ $(PKG_BUILD_DIR)/.built: $(TARGET_CC) -o $(PKG_BUILD_DIR)/mount.cifs mount.cifs.c