diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:03:59 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-01-17 08:03:59 +0000 |
commit | ef7784a62d2ecd681b37aee7040e71bbb34a51cd (patch) | |
tree | 92daacce553b174393de87921912ada04a4ecb6e /make/ncurses.mk | |
parent | 8e081ea611483c35a17e0a5c3e80a943b27ab0a2 (diff) |
standardize handling of GNU configure scripts
-Erik
Diffstat (limited to 'make/ncurses.mk')
-rw-r--r-- | make/ncurses.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index 8ab30c2e7..1f5f44866 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.15 2003/01/16 22:04:22 andersen Exp $ +# $Id: ncurses.mk,v 1.16 2003/01/17 08:03:59 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 @@ -55,8 +55,9 @@ $(NCURSES_DIR)/.configured: $(NCURSES_DIR)/.dist --with-default-terminfo-dir=/usr/share/terminfo \ --libdir=$(STAGING_DIR)/lib \ --includedir=$(STAGING_DIR)/include \ - --with-shared --without-cxx --without-cxx-binding --without-ada \ - --without-progs --disable-nls); + --with-shared --without-cxx --without-cxx-binding \ + --without-ada --without-progs --disable-nls \ + ); touch $(NCURSES_DIR)/.configured $(NCURSES_DIR)/lib/libncurses.so: $(NCURSES_DIR)/.configured |