summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 15:10:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2011-01-18 15:10:34 +0100
commit46aa74ce85027d4cfcefa824142c5ca65391b8c7 (patch)
tree2302b5452de9adbb820e2b8bc72ddea39708ac62
parentf313137cad3816fe43c7cabcace55cb43c444444 (diff)
downloadptxdist-46aa74ce85027d4cfcefa824142c5ca65391b8c7.tar.gz
ptxdist-46aa74ce85027d4cfcefa824142c5ca65391b8c7.tar.xz
[bash] fix typo in makefile
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/bash.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/bash.make b/rules/bash.make
index 9cf811bdf..857ec65c8 100644
--- a/rules/bash.make
+++ b/rules/bash.make
@@ -167,9 +167,9 @@ BASH_AUTOCONF += --disable-static-link
endif
ifdef PTXCONF_BASH_CURSES
-BASH_AUTOCONF := --with-curses
+BASH_AUTOCONF += --with-curses
else
-BASH_AUTOCONF := --without-curses
+BASH_AUTOCONF += --without-curses
endif
# ----------------------------------------------------------------------------