summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:40:52 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-29 22:40:52 +0000
commit2b967aa1d2d055e01228c50aee54c83ea0590c1f (patch)
tree84825cae0e0476552c99f6506cbfc5fd6a91ab8f /GNUmakefile
parent74dfb503a8978e1d994e6ffad86c4a36af536744 (diff)
getopt_long.c not getopt.c
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index 0b5778d7..4254e241 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -1,4 +1,4 @@
-# $Id: GNUmakefile,v 1.86 2009-04-29 22:35:45 nicm Exp $
+# $Id: GNUmakefile,v 1.87 2009-04-29 22:40:52 nicm Exp $
.PHONY: clean
@@ -95,7 +95,7 @@ endif
ifeq ($(shell uname),SunOS)
INCDIRS+= -Icompat -I/usr/include/ncurses
SRCS+= compat/strtonum.c compat/daemon.c compat/forkpty-sunos.c \
- compat/asprintf.c compat/fgetln.c compat/getopt.c
+ compat/asprintf.c compat/fgetln.c compat/getopt_long.c
CFLAGS+= -DNO_STRTONUM -DNO_TREE_H -DNO_PATHS_H -DNO_SETPROCTITLE \
-DNO_DAEMON -DNO_FORKPTY -DNO_PROGNAME -DNO_ASPRINTF -DNO_FGETLN \
-DBROKEN_GETOPT -DNO_QUEUE_H