X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/62568c17d4f5e9a8ad35d9637de7467c9bdbf649..77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d:/tools/bison/Makefile?ds=sidebyside 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)