diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-11-12 09:31:12 +0000 |
commit | 0fee9e90c2ea3accfaa521a303c6568ebf7baccc (patch) | |
tree | 2d18515f482954fb771dc19671c9056511f71127 /make/ncurses.mk | |
parent | e150f3921b20b1b35a42d0b34067773814675d8a (diff) |
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.
Diffstat (limited to 'make/ncurses.mk')
-rw-r--r-- | make/ncurses.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index d7b917e1c..c0a555086 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.28 2003/11/01 05:34:39 mjn3 Exp $ +# $Id: ncurses.mk,v 1.29 2003/11/12 09:31:12 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 @@ -118,6 +118,8 @@ $(TARGET_DIR)/usr/lib/libncurses.a: $(STAGING_DIR)/lib/libncurses.a ncurses-headers: $(TARGET_DIR)/usr/lib/libncurses.a +ncurses-source: $(DL_DIR)/$(NCURSES_SOURCE) + ncurses-clean: rm -f $(STAGING_DIR)/lib/libncurses.so* $(TARGET_DIR)/lib/libncurses.so* rm -f $(STAGING_DIR)/usr/share/tabset $(TARGET_DIR)/usr/share/tabset |