X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/06842381d96fc9823828e6445b6bf962760755ec..8b4aee843bbd9d4e87e2c63b9c6d9d34c142a272:/tools/m4/Makefile diff --git a/tools/m4/Makefile b/tools/m4/Makefile index b760e158b..b838799ab 100644 --- a/tools/m4/Makefile +++ b/tools/m4/Makefile @@ -16,14 +16,6 @@ PKG_CAT:=zcat 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)