X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/06842381d96fc9823828e6445b6bf962760755ec..77ec3b2de9bb1880b258ec6aaf4949f146f6fd8d:/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)