From b37453690950609c1cc3edfb24523884aec4b361 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 8 May 2009 20:44:47 +0000 Subject: clean up / fix various Host/Clean templates in tools/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15714 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- tools/bison/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools/bison') 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 -- cgit v1.2.3