Bye-bye META.

This commit is contained in:
Nicholas Marriott
2009-05-13 22:10:39 +00:00
parent 83d984eca8
commit 88daeb5410
4 changed files with 7 additions and 12 deletions

View File

@ -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