diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 20:52:50 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-19 20:52:50 +0000 |
commit | 827435eb5fd4f5eb52532972d9be3a3ea0b39b92 (patch) | |
tree | f6e510cb60c1a987247a34b16da524cd0b2b39dd /package/cifsmount/Makefile | |
parent | f04e15062c509e5f1f41ad04775fd893bfe92e5b (diff) |
Add missing .configured target and fix .prepared target that caused superfluous package rebuild
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@964 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cifsmount/Makefile')
-rw-r--r-- | package/cifsmount/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |