summaryrefslogtreecommitdiff
path: root/mk/gperf_host.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/gperf_host.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/gperf_host.mk')
-rw-r--r--mk/gperf_host.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/mk/gperf_host.mk b/mk/gperf_host.mk
index e901439..f4ab8c9 100644
--- a/mk/gperf_host.mk
+++ b/mk/gperf_host.mk
@@ -33,6 +33,3 @@ GPERF_HOST_BUILD_DIR := $(embtk_toolsb)/gperf-$(GPERF_HOST_VERSION)
define embtk_cleanup_gperf_host
rm -rf $(GPERF_HOST_BUILD_DIR)
endef
-
-gperf_host_clean:
- $(Q)$(embtk_cleanup_gperf_host)