This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / scripts / lxdialog / Makefile
index a45a13f..cdc4024 100644 (file)
@@ -1,9 +1,5 @@
 HOST_EXTRACFLAGS := -DLOCALE 
-ifeq ($(shell uname),SunOS)
-HOST_LOADLIBES   := -lcurses
-else
 HOST_LOADLIBES   := -lncurses
-endif
 
 ifeq (/usr/include/ncurses/ncurses.h, $(wildcard /usr/include/ncurses/ncurses.h))
         HOST_EXTRACFLAGS += -I/usr/include/ncurses -DCURSES_LOC="<ncurses.h>"