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 | 439b8bac004b39878f4db038d8730887edd115ba (patch) | |
tree | 040ea5c1899822d6690f6bcfd662c711509a7a58 /openwrt/package/cifsmount | |
parent | e540137ee3d164b18275fc71508c80b55fd207a8 (diff) | |
download | mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.zip mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.tar.gz mtk-20170518-439b8bac004b39878f4db038d8730887edd115ba.tar.bz2 |
more cosmetic makefile fixes
SVN-Revision: 2387
Diffstat (limited to 'openwrt/package/cifsmount')
-rw-r--r-- | openwrt/package/cifsmount/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/cifsmount/Makefile b/openwrt/package/cifsmount/Makefile index 2cb64d4..e435423 100644 --- a/openwrt/package/cifsmount/Makefile +++ b/openwrt/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: |