summaryrefslogtreecommitdiffstats
path: root/scripts/config
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-25 11:56:27 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-08-25 11:56:27 +0000
commit18ac347ebb0ab81ac4269be0324d6f475ed7acfd (patch)
treedbc54bd065440e07bb1ed9a9d6af707ab7402876 /scripts/config
parent17d107163e5e1ec1b8cfc1b0027d497e2cf2bb7a (diff)
fix breakage introduced with [17394]
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17395 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'scripts/config')
-rw-r--r--scripts/config/lxdialog/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile
index 74ee942cd..bdafde0c0 100644
--- a/scripts/config/lxdialog/Makefile
+++ b/scripts/config/lxdialog/Makefile
@@ -12,6 +12,7 @@ LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
OS := $(shell uname -s)
ifeq ($(strip $(OS)),OpenBSD)
LIBS := -lncurses
+endif
ifeq ($(shell uname -o),Cygwin)
LIBS := -lncurses
endif