summaryrefslogtreecommitdiff
path: root/tools/m4
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-05-08 20:44:47 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-05-08 20:44:47 +0000
commite53003f5fceb7a54f646d06ee4344860c367b749 (patch)
treef019786e0860e588843f8b50e89792f567087b25 /tools/m4
parent5bc30de4e7959b9e9639ba2db93e9c09f88072e5 (diff)
downloadmtk-20170518-e53003f5fceb7a54f646d06ee4344860c367b749.zip
mtk-20170518-e53003f5fceb7a54f646d06ee4344860c367b749.tar.gz
mtk-20170518-e53003f5fceb7a54f646d06ee4344860c367b749.tar.bz2
clean up / fix various Host/Clean templates in tools/
SVN-Revision: 15714
Diffstat (limited to 'tools/m4')
-rw-r--r--tools/m4/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/m4/Makefile b/tools/m4/Makefile
index 20b86ff..e5e6d32 100644
--- a/tools/m4/Makefile
+++ b/tools/m4/Makefile
@@ -25,8 +25,7 @@ define Host/Install
endef
define Host/Clean
- $(MAKE) -C $(HOST_BUILD_DIR) uninstall
- $(MAKE) -C $(HOST_BUILD_DIR) clean
+ -$(MAKE) -C $(HOST_BUILD_DIR) uninstall
$(call Host/Clean/Default)
endef