fix breakage introduced with [17394]
authorImre Kaloz <kaloz@openwrt.org>
Tue, 25 Aug 2009 11:56:27 +0000 (11:56 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Tue, 25 Aug 2009 11:56:27 +0000 (11:56 +0000)
SVN-Revision: 17395

scripts/config/lxdialog/Makefile

index 74ee942cd680efef564e8b21430af2355f312857..bdafde0c021ac44cf0d37f43a268749409c7ae4a 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