diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-22 12:49:54 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-22 12:49:54 +0000 |
commit | 8dfe0ab6c8a6e295f68937db24af1310928cd900 (patch) | |
tree | 2b06327adc9852f19b45e0cc8a94e167f6b344ca /make/ncurses.mk | |
parent | 541ecb8d06fe2f1808606fa3ed8f46a285b4922d (diff) | |
download | buildroot-novena-8dfe0ab6c8a6e295f68937db24af1310928cd900.tar.gz buildroot-novena-8dfe0ab6c8a6e295f68937db24af1310928cd900.zip |
remove some leftover garbage
Diffstat (limited to 'make/ncurses.mk')
-rw-r--r-- | make/ncurses.mk | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/make/ncurses.mk b/make/ncurses.mk index 03efe5b44..45c009f9e 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.25 2003/08/19 06:37:00 andersen Exp $ +# $Id: ncurses.mk,v 1.26 2003/08/22 12:49:54 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 @@ -64,10 +64,6 @@ $(NCURSES_DIR)/.configured: $(NCURSES_DIR)/.dist ); touch $(NCURSES_DIR)/.configured -# --includedir=$(STAGING_DIR)/include \ -# HOSTCCFLAGS="-O2 -I../ncurses -I. -DNDEBUG -I. -I../include -I/usr/include -DHAVE_CONFIG_H" \ -# - $(NCURSES_DIR)/lib/libncurses.so.5.2: $(NCURSES_DIR)/.configured $(MAKE) BUILD_CC=$(TARGET_CC) HOSTCC=$(HOSTCC) \ BUILD_CCFLAGS="-I$(NCURSES_DIR) -I$(NCURSES_DIR)/include" \ |