X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/69c62c65e7dcacc5b98ff80292ae0f4043010257..adbea300bdddb804e83df76c6522739489a903db:/tools/flex/Makefile diff --git a/tools/flex/Makefile b/tools/flex/Makefile index 9d4ae136b..2fcc2c643 100644 --- a/tools/flex/Makefile +++ b/tools/flex/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)