projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
abf8d4c
)
move libltdl to the right directory in staging_dir
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Dec 2007 12:35:03 +0000
(12:35 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 27 Dec 2007 12:35:03 +0000
(12:35 +0000)
SVN-Revision: 9959
package/libtool/Makefile
patch
|
blob
|
history
diff --git
a/package/libtool/Makefile
b/package/libtool/Makefile
index 61726568b043b4a59f31d7ce2503a67f9536c0b2..d03920f0d2241eb67bbee0bb368c0500a85aef76 100644
(file)
--- a/
package/libtool/Makefile
+++ b/
package/libtool/Makefile
@@
-37,8
+37,8
@@
define Build/InstallDev
prefix="$(2)" \
exec_prefix="$(2)" \
install
- $(INSTALL_DIR) $(1)/lib $(1)/usr/include
- mv $(2)/lib/* $(1)/lib/
+ $(INSTALL_DIR) $(1)/
usr/
lib $(1)/usr/include
+ mv $(2)/lib/* $(1)/
usr/
lib/
mv $(2)/include/* $(1)/usr/include/
$(INSTALL_DIR) $(STAGING_DIR_HOST)/share/aclocal
mv $(2)/share/aclocal/* $(STAGING_DIR_HOST)/share/aclocal/