X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/62568c17d4f5e9a8ad35d9637de7467c9bdbf649..2564046cdc2aed8924c0e2da3787212d7ac820e6:/tools/bison/Makefile diff --git a/tools/bison/Makefile b/tools/bison/Makefile index 50d836691..01820e275 100644 --- a/tools/bison/Makefile +++ b/tools/bison/Makefile @@ -16,14 +16,6 @@ PKG_CAT:=bzcat include $(INCLUDE_DIR)/host-build.mk -define Host/Compile - $(MAKE) -C $(HOST_BUILD_DIR) -endef - -define Host/Install - $(MAKE) -C $(HOST_BUILD_DIR) install -endef - define Host/Clean -$(MAKE) -C $(HOST_BUILD_DIR) uninstall $(call Host/Clean/Default)