diff options
author | Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> | 2012-07-03 00:06:54 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-07-17 20:18:03 +0200 |
commit | 69e64c42b7f325e6e21d063644eea51204321539 (patch) | |
tree | 32289c4af784e9c7f20740c27467304188454b4b /package/libtool | |
parent | c98337911cc2427f9cf78e9da44a1b1dead61d4b (diff) |
all packages: use new host-xxx-package macros
This is a purely mechanical change, performed with
find package linux toolchain boot -name \*.mk | \
xargs sed -i -e 's/$(eval $(call GENTARGETS,host))/$(eval $(host-generic-package))/' \
-e 's/$(eval $(call AUTOTARGETS,host))/$(eval $(host-autotools-package))/' \
-e 's/$(eval $(call CMAKETARGETS,host))/$(eval $(host-cmake-package))/'
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libtool')
-rw-r--r-- | package/libtool/libtool.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk index 6c6939442..e21e8f3e5 100644 --- a/package/libtool/libtool.mk +++ b/package/libtool/libtool.mk @@ -11,7 +11,7 @@ LIBTOOL_INSTALL_STAGING = YES HOST_LIBTOOL_LIBTOOL_PATCH = NO $(eval $(call AUTOTARGETS)) -$(eval $(call AUTOTARGETS,host)) +$(eval $(host-autotools-package)) # variables used by other packages LIBTOOL:=$(HOST_DIR)/usr/bin/libtool |