From abe8681aedc182485cff24d743fe9c0bde27c6b8 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Wed, 31 Aug 2016 02:01:56 +0200 Subject: [PATCH] Add missing target for lzma host util remove in topdir Makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 3ddea26..139c878 100644 --- a/Makefile +++ b/Makefile @@ -245,6 +245,9 @@ zbtlink_zbt-we1526: # CLEAN TARGETS # ============= +lzma_host_clean: + @cd $(SOURCE_DIR) && $(SUB_MAKE_CMD) $@ + clean: @cd $(SOURCE_DIR) && $(SUB_MAKE_CMD) distclean @rm -f $(SOURCE_DIR)/httpd/fsdata.c -- 2.25.1