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