diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-19 20:52:50 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-19 20:52:50 +0000 |
commit | 04972c4c3ff255b48dc1778e71505810f4065a96 (patch) | |
tree | d60675ead5842807b63c8c0e86fcab4614439f22 /openwrt/package/cifsmount | |
parent | c5725a0578e6edfda5a2890e5c0be7015f615fb3 (diff) | |
download | mtk-20170518-04972c4c3ff255b48dc1778e71505810f4065a96.zip mtk-20170518-04972c4c3ff255b48dc1778e71505810f4065a96.tar.gz mtk-20170518-04972c4c3ff255b48dc1778e71505810f4065a96.tar.bz2 |
Add missing .configured target and fix .prepared target that caused superfluous package rebuild
SVN-Revision: 964
Diffstat (limited to 'openwrt/package/cifsmount')
-rw-r--r-- | openwrt/package/cifsmount/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile index 81eac62..d0d186a 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 |