소스 검색

fix breakage introduced with [17394]

SVN-Revision: 17395
Imre Kaloz 16 년 전
부모
커밋
49e657f433
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      scripts/config/lxdialog/Makefile

+ 1 - 0
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