projects
/
lede.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b1a08a
)
Fix install-dev (wrong dependency)
author
Nicolas Thill
<nico@openwrt.org>
Sun, 29 May 2005 20:44:41 +0000
(20:44 +0000)
committer
Nicolas Thill
<nico@openwrt.org>
Sun, 29 May 2005 20:44:41 +0000
(20:44 +0000)
SVN-Revision: 1102
openwrt/package/libusb/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/package/libusb/Makefile
b/openwrt/package/libusb/Makefile
index 8d22a43f7a4ef05f8f9898e006d65093c8688bc4..486de904c71390c0f367c3185ba87b84bfd5211a 100644
(file)
--- 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