From 3576ce6d0160f89c3d9a2539529d5f676169dd1b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 31 Mar 2009 21:24:33 +0000 Subject: [PATCH] Missing \. --- GNUmakefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GNUmakefile b/GNUmakefile index 72fabf7d..18b92976 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.76 2009-03-31 21:22:10 nicm Exp $ +# $Id: GNUmakefile,v 1.77 2009-03-31 21:24:33 nicm Exp $ .PHONY: clean @@ -73,8 +73,8 @@ INCDIRS+= -I/usr/local/include/ncurses -Icompat SRCS+= compat/vis.c compat/strlcpy.c compat/strlcat.c compat/strtonum.c \ compat/fgetln.c compat/asprintf.c compat/daemon.c compat/forkpty-aix.c \ compat/getopt_long.c compat/bsd-poll.c -CFLAGS+= -DNO_TREE_H -DNO_ASPRINTF -DNO_QUEUE_H -DNO_VSYSLOG - -DNO_PROGNAME -DNO_STRLCPY -DNO_STRLCAT -DNO_STRTONUM \ +CFLAGS+= -DNO_TREE_H -DNO_ASPRINTF -DNO_QUEUE_H -DNO_VSYSLOG \ + -DNO_PROGNAME -DNO_STRLCPY -DNO_STRLCAT -DNO_STRTONUM \ -DNO_SETPROCTITLE -DNO_QUEUE_H -DNO_TREE_H -DNO_FORKPTY -DNO_FGETLN \ -DBROKEN_GETOPT -DBROKEN_POLL LDFLAGS+= -L/usr/local/lib