diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-21 13:18:29 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-21 13:18:29 +0000 |
commit | f4d95aa0ba9e6c20281d55a75340ff711c0405fe (patch) | |
tree | dbce1fc8b50ed585487ffa8945b30553fd483da3 /openwrt/package/shfs/Makefile | |
parent | f072de6ce5538d1388d8c7e7c8abc0f86ff22cf0 (diff) | |
download | mtk-20170518-f4d95aa0ba9e6c20281d55a75340ff711c0405fe.zip mtk-20170518-f4d95aa0ba9e6c20281d55a75340ff711c0405fe.tar.gz mtk-20170518-f4d95aa0ba9e6c20281d55a75340ff711c0405fe.tar.bz2 |
Remove unused SOURCE_DIR variable
SVN-Revision: 1007
Diffstat (limited to 'openwrt/package/shfs/Makefile')
-rw-r--r-- | openwrt/package/shfs/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openwrt/package/shfs/Makefile b/openwrt/package/shfs/Makefile index e40994d..d696830 100644 --- a/openwrt/package/shfs/Makefile +++ b/openwrt/package/shfs/Makefile @@ -10,7 +10,6 @@ PKG_MD5SUM := 016f49d71bc32eee2b5d11fc1600cfbe PKG_SOURCE_URL := @SF/shfs PKG_SOURCE := $(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT := zcat -PKG_SOURCE_DIR := PKG_BUILD_DIR := $(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install |