system/zlib:fix makefile rule
Signed-off-by: anjiahao <anjiahao@xiaomi.com>
This commit is contained in:
parent
2d6d199c49
commit
ddaa1411a3
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user