aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-29 20:44:41 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-29 20:44:41 +0000
commit809cc9d2bdacc80cf33cda30405e6437c847bb13 (patch)
treed6456c8ae14b6f74da2b16400c27e32ce8f86d1c
parent993897c309657e307e93bf95c189e6a9cc5a4c53 (diff)
downloadupstream-809cc9d2bdacc80cf33cda30405e6437c847bb13.tar.gz
upstream-809cc9d2bdacc80cf33cda30405e6437c847bb13.tar.bz2
upstream-809cc9d2bdacc80cf33cda30405e6437c847bb13.zip
Fix install-dev (wrong dependency)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1102 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--openwrt/package/libusb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libusb/Makefile b/openwrt/package/libusb/Makefile
index 8d22a43f7a4..486de904c71 100644
--- a/openwrt/package/libusb/Makefile
+++ b/openwrt/package/libusb/Makefile
@@ -65,7 +65,7 @@ $(IPKG_LIBUSB):
$(RSTRIP) $(IDIR_LIBUSB)
$(IPKG_BUILD) $(IDIR_LIBUSB) $(PACKAGE_DIR)
-$(STAGING_DIR)/usr/lib/libusb.so: $(PKG_BUILD_DIR)/.libs/libusb.so
+$(STAGING_DIR)/usr/lib/libusb.so: $(PKG_BUILD_DIR)/.built
mkdir -p $(STAGING_DIR)/usr/bin
cp -fpR $(PKG_INSTALL_DIR)/usr/bin/libusb-config $(STAGING_DIR)/usr/bin/
mkdir -p $(STAGING_DIR)/usr/include