summaryrefslogtreecommitdiffstats
path: root/make/zlib.mk
diff options
context:
space:
mode:
authorEric Andersen2003-01-21 08:34:29 +0100
committerEric Andersen2003-01-21 08:34:29 +0100
commite0e8d6e4819031473fd4e6666c64d02e5d47a126 (patch)
tree8d179e43710f3dea39aa419c197a8da30c724a64 /make/zlib.mk
parentOk, I think it really works now. :) (diff)
downloadbuildroot-e0e8d6e4819031473fd4e6666c64d02e5d47a126.tar.gz
buildroot-e0e8d6e4819031473fd4e6666c64d02e5d47a126.tar.xz
buildroot-e0e8d6e4819031473fd4e6666c64d02e5d47a126.zip
Fix it so header files and static libs install properly
Diffstat (limited to 'make/zlib.mk')
-rw-r--r--make/zlib.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/zlib.mk b/make/zlib.mk
index a16c33763..1139faf0a 100644
--- a/make/zlib.mk
+++ b/make/zlib.mk
@@ -56,7 +56,7 @@ $(TARGET_DIR)/usr/lib/libz.a: $(TARGET_DIR)/lib/libz.so.1.1.4
cp -dpf $(STAGING_DIR)/lib/libz.a $(TARGET_DIR)/usr/lib/
touch -c $(TARGET_DIR)/usr/lib/libz.a
-zlib-headers: $(TARGET_DIR)/usr/include/zlib.h
+zlib-headers: $(TARGET_DIR)/usr/lib/libz.a
zlib: uclibc $(TARGET_DIR)/lib/libz.so.1.1.4