Fix it so header files and static libs install properly

This commit is contained in:
Eric Andersen 2003-01-21 07:34:29 +00:00
parent 9816f94292
commit e0e8d6e481
3 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
#
#############################################################
# Copyright (C) 2002 by Ken Restivo <ken@246gt.com>
# $Id: ncurses.mk,v 1.18 2003/01/20 19:24:02 andersen Exp $
# $Id: ncurses.mk,v 1.19 2003/01/21 07:34:29 andersen Exp $
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU Library General Public License as
@ -103,7 +103,7 @@ $(TARGET_DIR)/usr/lib/libncurses.a: $(TARGET_DIR)/lib/libncurses.so
(cd $(TARGET_DIR)/usr/include; ln -fs ncurses.h curses.h)
touch -c $(NCURSES_DIR)/usr/lib/libncurses.a
ncurses-headers: $(TARGET_DIR)/usr/include/ncurses.h
ncurses-headers: $(TARGET_DIR)/usr/lib/libncurses.a
ncurses-clean:
rm -f $(STAGING_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/libncurses.so*

View File

@ -49,7 +49,7 @@ $(TARGET_DIR)/usr/lib/libssl.a: $(TARGET_DIR)/lib/libcrypto.so.0
cp -dpf $(STAGING_DIR)/lib/libcrypto.a $(TARGET_DIR)/usr/lib/
touch -c $(TARGET_DIR)/usr/lib/libssl.a
openssl-headers: $(TARGET_DIR)/usr/include/openssl/crypto.h
openssl-headers: $(TARGET_DIR)/usr/lib/libssl.a
openssl-clean:
rm -f $(STAGING_DIR)/bin/openssl $(TARGET_DIR)/bin/openssl

View File

@ -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