diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 14:31:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-29 14:31:37 +0100 |
commit | 0cd20cf1eb14f2db631ddd07b209a49ec9f9ec60 (patch) | |
tree | 83e3d90aa1b59105e301b97b87739e345378408c | |
parent | 3653b9512dabcbdd90d0f98f63a39fd673233984 (diff) |
fix libtool compile
-rw-r--r-- | package/libtool/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libtool/Makefile b/package/libtool/Makefile index c549264d4..1c2c1177d 100644 --- a/package/libtool/Makefile +++ b/package/libtool/Makefile @@ -34,6 +34,7 @@ endif HOST_STYLE:= auto CONFIGURE_ARGS+= --enable-ltdl-install +XAKE_FLAGS+= HELP2MAN=/bin/echo libtool-install: ${INSTALL_DIR} ${IDIR_LIBTOOL}/usr/bin |