fix makefile warning
SVN-Revision: 2238
This commit is contained in:
parent
43eabb4e66
commit
88568daa2a
1 changed files with 1 additions and 2 deletions
|
@ -10,7 +10,6 @@ PKG_MD5SUM:=c7817035dc41cb02e7cfb565cf9b7401
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://microcom.port5.com/
|
PKG_SOURCE_URL:=http://microcom.port5.com/
|
||||||
PKG_SOURCE:=m$(PKG_FILEVERSION).tar.gz
|
PKG_SOURCE:=m$(PKG_FILEVERSION).tar.gz
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
@ -23,7 +22,7 @@ $(PKG_BUILD_DIR)/.prepared:
|
||||||
rm -rf $(PKG_BUILD_DIR)
|
rm -rf $(PKG_BUILD_DIR)
|
||||||
mkdir -p $(PKG_BUILD_DIR)
|
mkdir -p $(PKG_BUILD_DIR)
|
||||||
# the .tar.gz is different - no subdirectory, so do this manually
|
# the .tar.gz is different - no subdirectory, so do this manually
|
||||||
$(PKG_CAT) $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) -
|
zcat $(DL_DIR)/$(PKG_SOURCE) | tar -C $(PKG_BUILD_DIR) $(TAR_OPTIONS) -
|
||||||
touch $@
|
touch $@
|
||||||
|
|
||||||
$(PKG_BUILD_DIR)/.configured:
|
$(PKG_BUILD_DIR)/.configured:
|
||||||
|
|
Loading…
Reference in a new issue