diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 12:35:03 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-27 12:35:03 +0000 |
commit | d0cba247758b13788e605bd7be32e08d345f4c2b (patch) | |
tree | 2886db1733d82ee97a0a92248c2d106ac4378d76 /package/libtool | |
parent | abf8d4c8cb333009260293eb7b4027d02a0d0ee2 (diff) | |
download | upstream-d0cba247758b13788e605bd7be32e08d345f4c2b.tar.gz upstream-d0cba247758b13788e605bd7be32e08d345f4c2b.tar.bz2 upstream-d0cba247758b13788e605bd7be32e08d345f4c2b.zip |
move libltdl to the right directory in staging_dir
SVN-Revision: 9959
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index 61726568b0..d03920f0d2 100644 --- 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/ |