summaryrefslogtreecommitdiff
path: root/mk/automake.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2012-11-09 00:20:53 +0100
commitf5440f7033019eea6cfc0a125db67259862a9671 (patch)
tree9a040d718decb95406ea8f27183291e315227a3e /mk/automake.mk
parentdcd92fddc94aa56c84771e22545c991f176e2781 (diff)
downloadembtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.gz
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.bz2
embtoolkit-f5440f7033019eea6cfc0a125db67259862a9671.tar.xz
Host tools/Toolchain components: massively convert to use more build system features
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'mk/automake.mk')
-rw-r--r--mk/automake.mk8
1 files changed, 3 insertions, 5 deletions
diff --git a/mk/automake.mk b/mk/automake.mk
index d13016b..3d3f1a2 100644
--- a/mk/automake.mk
+++ b/mk/automake.mk
@@ -35,8 +35,6 @@ ACLOCAL := $(AUTOMAKE_DIR)/bin/aclocal
AUTOMAKE := $(AUTOMAKE_DIR)/bin/automake
export ACLOCAL AUTOMAKE
-automake_install:
- $(call embtk_install_hostpkg,AUTOMAKE)
-
-download_automake:
- $(call embtk_download_pkg,AUTOMAKE)
+define embtk_install_automake
+ $(call __embtk_install_hostpkg,automake)
+endef