summaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 22:10:39 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-13 22:10:39 +0000
commit88daeb5410bb3f5f981630b5658f92abb5d3979b (patch)
tree0a60b08e525ccf65a5279be73cc7c1c9067ff9d1 /GNUmakefile
parent83d984eca84f202f38ec759deb6f38d5f680480f (diff)
Bye-bye META.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile6
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