X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=scripts%2Fconfig%2Flxdialog%2FMakefile;h=bdafde0c021ac44cf0d37f43a268749409c7ae4a;hb=3ebef1c4b57494636f238c468d095bf8b6798969;hp=3758637ccf997e2477528e22108ed14336a6c1d8;hpb=ebedc461f404656433bdeac40d46853439344e54;p=openwrt-10.03%2F.git diff --git a/scripts/config/lxdialog/Makefile b/scripts/config/lxdialog/Makefile index 3758637cc..bdafde0c0 100644 --- a/scripts/config/lxdialog/Makefile +++ b/scripts/config/lxdialog/Makefile @@ -13,7 +13,7 @@ OS := $(shell uname -s) ifeq ($(strip $(OS)),OpenBSD) LIBS := -lncurses endif -ifeq ($(strip $(OS)),CYGWIN_NT-5.1) +ifeq ($(shell uname -o),Cygwin) LIBS := -lncurses endif always := $(hostprogs-y) dochecklxdialog