diff options
Diffstat (limited to 'GNUmakefile')
| -rw-r--r-- | GNUmakefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/GNUmakefile b/GNUmakefile index 58e39226..0f9f2e95 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -1,4 +1,4 @@ -# $Id: GNUmakefile,v 1.91 2009-04-30 21:17:06 nicm Exp $ +# $Id: GNUmakefile,v 1.92 2009-05-13 22:10:39 nicm Exp $ .PHONY: clean @@ -9,8 +9,6 @@ DATE= $(shell date +%Y%m%d-%H%M) FDEBUG= 1 -META?= \002 - SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \ xmalloc.c xmalloc-debug.c input.c input-keys.c \ screen.c screen-write.c screen-redraw.c \ @@ -45,7 +43,7 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \ CC?= gcc INCDIRS+= -I. -I- -CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\"" -DMETA="'${META}'" +CFLAGS+= -DBUILD="\"$(VERSION) ($(DATE))\"" ifdef FDEBUG CFLAGS+= -g -ggdb -DDEBUG LDFLAGS+= -rdynamic |