diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-08 00:52:27 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-09-27 15:32:32 +0200 |
commit | 478ea1a12dffca0025c0ad55ad702cbaec465f93 (patch) | |
tree | f6f9f4b1f5c5d1e5fe80d853446410af3615f62f /package/libtool/libtool.mk | |
parent | 55ade5c7964e15f9b1eba061ab840cc4c25e4e37 (diff) | |
download | buildroot-novena-478ea1a12dffca0025c0ad55ad702cbaec465f93.tar.gz buildroot-novena-478ea1a12dffca0025c0ad55ad702cbaec465f93.zip |
packages: remove unneeded _INSTALL_TARGET_OPT definitions
Now that <pkg>_INSTALL_TARGET_OPT always defaults to
'DESTDIR=$(TARGET_DIR) install', we can remove the
<pkg>_INSTALL_TARGET_OPT definition from a lot of packages.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libtool/libtool.mk')
-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 |