projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b27d439
)
fixed wrong path variable in libtool, from #2491
author
John Crispin
<john@openwrt.org>
Mon, 8 Oct 2007 21:36:03 +0000
(21:36 +0000)
committer
John Crispin
<john@openwrt.org>
Mon, 8 Oct 2007 21:36:03 +0000
(21:36 +0000)
SVN-Revision: 9199
libs/libtool/Makefile
patch
|
blob
|
history
diff --git
a/libs/libtool/Makefile
b/libs/libtool/Makefile
index 208dff62ab7f2ec7510921fa2767bade4c4183dd..a345a25d8238d9ed5f40439e33af1c199de2fd2c 100644
(file)
--- a/
libs/libtool/Makefile
+++ b/
libs/libtool/Makefile
@@
-58,7
+58,7
@@
define Build/InstallDev
$(CP) -R $(PKG_INSTALL_DIR)/usr/share/* $(1)/usr/share/
mkdir -p $(1)/usr/include
$(CP) $(PKG_INSTALL_DIR)/usr/include/ltdl.h $(1)/usr/include/
- mkdir -p $(
I_LIBLTDL_DEV
)/usr/lib
+ mkdir -p $(
1
)/usr/lib
$(CP) $(PKG_INSTALL_DIR)/usr/lib/libltdl.{a,so*} $(1)/usr/lib/
mkdir -p $(1)/usr/share/libtool
$(CP) $(PKG_INSTALL_DIR)/usr/share/libtool/config.guess $(1)/usr/share/libtool/