summaryrefslogtreecommitdiffstats
path: root/openwrt/package/cifsmount/Makefile
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 20:52:50 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-05-19 20:52:50 +0000
commitd59555fe1a07762a91b3211192cfa042b01f72c0 (patch)
treed60675ead5842807b63c8c0e86fcab4614439f22 /openwrt/package/cifsmount/Makefile
parentf9539c4196a03530d21f4e0d697f4c432f8c6284 (diff)
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
Diffstat (limited to 'openwrt/package/cifsmount/Makefile')
-rw-r--r--openwrt/package/cifsmount/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile
index 81eac62b2..d0d186a8d 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