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/ncurses.mk | |
parent | 9816f942928a6854fc3b8099033003c3f6998f97 (diff) |
Fix it so header files and static libs install properly
Diffstat (limited to 'make/ncurses.mk')
-rw-r--r-- | make/ncurses.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index 9d1ab044f..43b730fa6 100644 --- a/make/ncurses.mk +++ b/make/ncurses.mk @@ -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* |