diff options
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index a649a7435..1f56fdd3b 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -49,6 +49,10 @@ $(STAMP_DIR)/host_libtool_compiled: $(STAMP_DIR)/host_libtool_configured $(STAMP_DIR)/host_libtool_installed: $(STAMP_DIR)/host_libtool_compiled $(MAKE) -C $(LIBTOOL_HOST_DIR) install + install -D -m 0644 $(HOST_DIR)/usr/share/aclocal/libtool.m4 \ + $(STAGING_DIR)/usr/share/aclocal/libtool.m4 + install -D -m 0644 $(HOST_DIR)/usr/share/aclocal/ltdl.m4 \ + $(STAGING_DIR)/usr/share/aclocal/ltdl.m4 touch $@ host-libtool: $(STAMP_DIR)/host_libtool_installed |