1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

Cosmetic fix

git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@979 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2005-05-19 21:31:05 +00:00
parent 662991ad07
commit 9236b7148a
2 changed files with 5 additions and 7 deletions

View File

@@ -19,7 +19,7 @@ include $(TOPDIR)/package/rules.mk
$(eval $(call PKG_template,WIRELESS_TOOLS,wireless-tools,$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH)))
$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared
touch $(PKG_BUILD_DIR)/.configured
touch $@
$(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
$(MAKE) -C $(PKG_BUILD_DIR) \
@@ -31,7 +31,7 @@ $(PKG_BUILD_DIR)/.built: $(PKG_BUILD_DIR)/.configured
INSTALL_DIR="$(PKG_INSTALL_DIR)/usr/sbin" \
INSTALL_LIB="$(PKG_INSTALL_DIR)/usr/lib" \
install install-iwmulticall
touch $(PKG_BUILD_DIR)/.built
touch $@
$(IPKG_WIRELESS_TOOLS):
mkdir -p $(IDIR_WIRELESS_TOOLS)/usr/lib