X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=tools%2Fbison%2FMakefile;fp=tools%2Fbison%2FMakefile;h=60b4946820697ad6860c77b5c9092b4b99f67a3f;hb=f807c242141333353deb64f1afd4294fd57e58c2;hp=58a5603ef47a9c211998652525daa52fda651c73;hpb=8b4e96dd04c2d481af773b18197caeb1df587ff2;p=openwrt-10.03%2F.git diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 58a5603ef..60b494682 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