diff options
Diffstat (limited to 'tools/m4')
-rw-r--r-- | tools/m4/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
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) |