From ddaa1411a38bea0f6d3e1dd42849ed667f379f88 Mon Sep 17 00:00:00 2001 From: anjiahao Date: Thu, 28 Sep 2023 12:15:56 +0800 Subject: [PATCH] system/zlib:fix makefile rule Signed-off-by: anjiahao --- system/zlib/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/zlib/Makefile b/system/zlib/Makefile index 0409e1c52..fa8266ffb 100644 --- a/system/zlib/Makefile +++ b/system/zlib/Makefile @@ -41,7 +41,6 @@ $(ZLIB_ZIP): $(ZLIB_SRC) : $(ZLIB_ZIP) unzip -o $(ZLIB_ZIP) mv zlib-1.3 $(ZLIB_SRC) -endif context:: $(ZLIB_SRC) @@ -49,6 +48,8 @@ distclean:: $(call DELDIR, $(ZLIB_SRC)) $(call DELFILE, $(ZLIB_ZIP)) +endif + MODULE = $(CONFIG_LIB_ZLIB) ifneq ($(CONFIG_FS_LARGEFILE),y)