diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-21 07:34:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-21 07:34:29 +0000 |
commit | e0e8d6e4819031473fd4e6666c64d02e5d47a126 (patch) | |
tree | 8d179e43710f3dea39aa419c197a8da30c724a64 /make/zlib.mk | |
parent | 9816f942928a6854fc3b8099033003c3f6998f97 (diff) | |
download | buildroot-novena-e0e8d6e4819031473fd4e6666c64d02e5d47a126.tar.gz buildroot-novena-e0e8d6e4819031473fd4e6666c64d02e5d47a126.zip |
Fix it so header files and static libs install properly
Diffstat (limited to 'make/zlib.mk')
-rw-r--r-- | make/zlib.mk | 2 |
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 |