summaryrefslogtreecommitdiff
path: root/tools/bison
diff options
context:
space:
mode:
Diffstat (limited to 'tools/bison')
-rw-r--r--tools/bison/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile
index 58a5603..60b4946 100644
--- a/tools/bison/Makefile
+++ b/tools/bison/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