summaryrefslogtreecommitdiffstats
path: root/Makefile
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 /Makefile
parent83d984eca84f202f38ec759deb6f38d5f680480f (diff)
Bye-bye META.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index c7a025bb..1898e3c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.130 2009-05-04 17:58:25 nicm Exp $
+# $Id: Makefile,v 1.131 2009-05-13 22:10:39 nicm Exp $
.SUFFIXES: .c .o .y .h
.PHONY: clean update-index.html upload-index.html
@@ -12,8 +12,6 @@ DATE!= date +%Y%m%d-%H%M
FDEBUG= 1
-META?= \002 # C-b
-
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 \
@@ -48,7 +46,6 @@ SRCS= tmux.c server.c server-msg.c server-fn.c buffer.c buffer-poll.c status.c \
CC?= c
INCDIRS+= -I. -I- -I/usr/local/include
-CFLAGS+= -DMETA="'${META}'"
.ifdef PROFILE
# Don't use ccache
CC= /usr/bin/gcc