diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-27 18:08:51 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-09-27 18:08:51 +0200 |
commit | e611747255055ad6f9409dffe7eefd233ac86964 (patch) | |
tree | bb7f18de995dcfd0b4a947b5c7e912ea6a5fc486 /package/libtool | |
parent | ed6bdad8a6181d9d128252f1c7a6cb2cce81ab03 (diff) | |
parent | 478ea1a12dffca0025c0ad55ad702cbaec465f93 (diff) | |
download | buildroot-novena-e611747255055ad6f9409dffe7eefd233ac86964.tar.gz buildroot-novena-e611747255055ad6f9409dffe7eefd233ac86964.zip |
Merge branch 'for-2010.11/no-install-strip' of git://git.busybox.net/~tpetazzoni/git/buildroot
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 427802920..a9968769f 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -7,10 +7,6 @@ LIBTOOL_VERSION = 1.5.24 LIBTOOL_SOURCE = libtool-$(LIBTOOL_VERSION).tar.gz LIBTOOL_SITE = $(BR2_GNU_MIRROR)/libtool -ifeq ($(BR2_ENABLE_DEBUG),y) # install-exec doesn't install aclocal stuff -LIBTOOL_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install -endif - define HOST_LIBTOOL_CUSTOM_INSTALL install -D -m 0644 $(HOST_DIR)/usr/share/aclocal/libtool.m4 \ $(STAGING_DIR)/usr/share/aclocal/libtool.m4 |