diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:12:11 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-11-07 18:12:11 +0000 |
commit | 9722bc08f17d76f11c19e6e6068e34978609983b (patch) | |
tree | e69283ca33ec5e35011efd2f006cefbe47c5bae9 /package/cifsmount | |
parent | 0fc275cf9aad08ec284f2401d7ffee4cec41db50 (diff) | |
download | upstream-9722bc08f17d76f11c19e6e6068e34978609983b.tar.gz upstream-9722bc08f17d76f11c19e6e6068e34978609983b.tar.bz2 upstream-9722bc08f17d76f11c19e6e6068e34978609983b.zip |
more cosmetic makefile fixes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2387 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/cifsmount')
-rw-r--r-- | package/cifsmount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/cifsmount/Makefile b/package/cifsmount/Makefile index 2cb64d45fc..e435423fe3 100644 --- a/package/cifsmount/Makefile +++ b/package/cifsmount/Makefile @@ -13,7 +13,7 @@ include $(TOPDIR)/package/rules.mk $(eval $(call PKG_template,CIFSMOUNT,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) $(PKG_BUILD_DIR)/.prepared: - mkdir -p $@ + mkdir -p $(PKG_BUILD_DIR) touch $@ $(PKG_BUILD_DIR)/.configured: |