diff options
Diffstat (limited to 'tools/bison/Makefile')
-rw-r--r-- | tools/bison/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 58a5603ef4..60b4946820 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 |