summaryrefslogtreecommitdiffstats
path: root/rules/host-ncurses.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-02-23 21:23:35 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-02-23 21:23:35 +0000
commitcd7f4c568af5a1bdcd22c1ad86eab951a25ea300 (patch)
tree80d1a1edd911ccc88ddb8f9c7651fea2c5d8ecf9 /rules/host-ncurses.make
parentbd55ee29cb155bf9b4277b497b51037c3569076f (diff)
downloadptxdist-cd7f4c568af5a1bdcd22c1ad86eab951a25ea300.tar.gz
ptxdist-cd7f4c568af5a1bdcd22c1ad86eab951a25ea300.tar.xz
[ncurses] cleanup AUTOCONF variable handling
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de> git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9823 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-ncurses.make')
-rw-r--r--rules/host-ncurses.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/host-ncurses.make b/rules/host-ncurses.make
index 4fbd8ba33..cf6e2c303 100644
--- a/rules/host-ncurses.make
+++ b/rules/host-ncurses.make
@@ -1,7 +1,7 @@
# -*-makefile-*-
# $Id$
#
-# Copyright (C) 2008 by
+# Copyright (C) 2008 by mol@pengutronix.de
#
# See CREDITS for details about who has contributed to this project.
#
@@ -55,7 +55,7 @@ $(STATEDIR)/host-ncurses.prepare:
@$(call clean, $(HOST_NCURSES_DIR)/config.cache)
cd $(HOST_NCURSES_DIR) && \
$(HOST_NCURSES_PATH) $(HOST_NCURSES_ENV) \
- ./configure $(HOST_NCURSES_AUTOCONF) $(SHARED_NCURSES_AUTOCONF)
+ ./configure $(HOST_NCURSES_AUTOCONF) $(NCURSES_AUTOCONF)
@$(call touch)
# ----------------------------------------------------------------------------