X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a2a0a13f6f92abb29825045710f71c159615b831..827435eb5fd4f5eb52532972d9be3a3ea0b39b92:/package/cifsmount/Makefile diff --git a/package/cifsmount/Makefile b/package/cifsmount/Makefile index 81eac62b2..d0d186a8d 100644 --- a/package/cifsmount/Makefile +++ b/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