projects
/
openwrt
/
staging
/
lynxis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
241242c
)
do not check for a specific Cygwin version, rather check the operating system name...
author
Florian Fainelli
<florian@openwrt.org>
Tue, 25 Aug 2009 09:16:03 +0000
(09:16 +0000)
committer
Florian Fainelli
<florian@openwrt.org>
Tue, 25 Aug 2009 09:16:03 +0000
(09:16 +0000)
SVN-Revision: 17394
scripts/config/lxdialog/Makefile
patch
|
blob
|
history
diff --git
a/scripts/config/lxdialog/Makefile
b/scripts/config/lxdialog/Makefile
index 3758637ccf997e2477528e22108ed14336a6c1d8..74ee942cd680efef564e8b21430af2355f312857 100644
(file)
--- a/
scripts/config/lxdialog/Makefile
+++ b/
scripts/config/lxdialog/Makefile
@@
-12,8
+12,7
@@
LIBS := $(shell sh check-lxdialog.sh -ldflags gcc)
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