From 0fee9e90c2ea3accfaa521a303c6568ebf7baccc Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 12 Nov 2003 09:31:12 +0000 Subject: Thomas Cameron writes: this patch fixes the source file downloads when executing a "make source", and a few cut-and-paste (tm) errors in the *.mk files. Again, this is a patch against the current CVS sources, and includes my previous patch. --- make/zlib.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'make/zlib.mk') diff --git a/make/zlib.mk b/make/zlib.mk index 901723e02..90c6915aa 100644 --- a/make/zlib.mk +++ b/make/zlib.mk @@ -61,6 +61,8 @@ zlib-headers: $(TARGET_DIR)/usr/lib/libz.a zlib: uclibc $(TARGET_DIR)/lib/libz.so.1.1.4 +zlib-source: $(DL_DIR)/$(ZLIB_SOURCE) + zlib-clean: rm -f $(TARGET_DIR)/lib/libz.so* -$(MAKE) -C $(ZLIB_DIR) clean -- cgit v1.2.3