From: Piotr Dymacz Date: Wed, 31 Aug 2016 00:01:56 +0000 (+0200) Subject: Add missing target for lzma host util remove in topdir Makefile X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=abe8681aedc182485cff24d743fe9c0bde27c6b8;p=oweals%2Fu-boot_mod.git Add missing target for lzma host util remove in topdir Makefile --- 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