From 88daeb5410bb3f5f981630b5658f92abb5d3979b Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 13 May 2009 22:10:39 +0000 Subject: Bye-bye META. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile') 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 -- cgit