fix breakage introduced with [17394]
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Aug 2009 11:56:27 +0000 (11:56 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 25 Aug 2009 11:56:27 +0000 (11:56 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17395 3c298f89-4303-0410-b956-a3cf2f4a3e73

scripts/config/lxdialog/Makefile

index 74ee942..bdafde0 100644 (file)
@@ -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