mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-10 17:43:10 +02:00
fix dependency bug in wireless-tools makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2223 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25768f1c4d
commit
27f5f54107
@ -41,7 +41,7 @@ $(IPKG_WIRELESS_TOOLS):
|
|||||||
$(RSTRIP) $(IDIR_WIRELESS_TOOLS)
|
$(RSTRIP) $(IDIR_WIRELESS_TOOLS)
|
||||||
$(IPKG_BUILD) $(IDIR_WIRELESS_TOOLS) $(PACKAGE_DIR)
|
$(IPKG_BUILD) $(IDIR_WIRELESS_TOOLS) $(PACKAGE_DIR)
|
||||||
|
|
||||||
install-dev:
|
install-dev: $(PKG_BUILD_DIR)/.built
|
||||||
mkdir -p $(STAGING_DIR)/usr/{lib,include}
|
mkdir -p $(STAGING_DIR)/usr/{lib,include}
|
||||||
cp -a $(PKG_BUILD_DIR)/libiw.so* $(STAGING_DIR)/usr/lib/
|
cp -a $(PKG_BUILD_DIR)/libiw.so* $(STAGING_DIR)/usr/lib/
|
||||||
ln -sf libiw.so.28 $(STAGING_DIR)/usr/lib/libiw.so
|
ln -sf libiw.so.28 $(STAGING_DIR)/usr/lib/libiw.so
|
||||||
@ -51,5 +51,5 @@ uninstall-dev:
|
|||||||
rm -f $(STAGING_DIR)/usr/lib/libiw.*
|
rm -f $(STAGING_DIR)/usr/lib/libiw.*
|
||||||
rm -f $(STAGING_DIR)/usr/include/{iwlib,wireless}.h
|
rm -f $(STAGING_DIR)/usr/include/{iwlib,wireless}.h
|
||||||
|
|
||||||
compile: install-dev
|
compile-targets: install-dev
|
||||||
clean: uninstall-dev
|
clean-targets: uninstall-dev
|
||||||
|
Loading…
Reference in New Issue
Block a user