mirror of
https://github.com/tmux/tmux.git
synced 2025-04-17 09:18:48 +00:00
Comment FDEBUG and bump dist version.
This commit is contained in:
parent
1903756171
commit
e0a6376690
@ -1,10 +1,10 @@
|
|||||||
# $Id: GNUmakefile,v 1.106 2009-06-26 16:01:12 nicm Exp $
|
# $Id: GNUmakefile,v 1.107 2009-07-01 22:10:06 nicm Exp $
|
||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
VERSION= 0.9
|
VERSION= 0.9
|
||||||
|
|
||||||
FDEBUG= 1
|
#FDEBUG= 1
|
||||||
|
|
||||||
CC?= gcc
|
CC?= gcc
|
||||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||||
|
4
Makefile
4
Makefile
@ -1,11 +1,11 @@
|
|||||||
# $Id: Makefile,v 1.141 2009-06-26 16:01:12 nicm Exp $
|
# $Id: Makefile,v 1.142 2009-07-01 22:10:06 nicm Exp $
|
||||||
|
|
||||||
.SUFFIXES: .c .o
|
.SUFFIXES: .c .o
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
|
|
||||||
VERSION= 0.9
|
VERSION= 0.9
|
||||||
|
|
||||||
FDEBUG= 1
|
#FDEBUG= 1
|
||||||
|
|
||||||
CC?= cc
|
CC?= cc
|
||||||
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
CFLAGS+= -DBUILD="\"$(VERSION)\""
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# $Id: dist.mk,v 1.3 2009-05-18 15:42:30 nicm Exp $
|
# $Id: dist.mk,v 1.4 2009-07-01 22:10:06 nicm Exp $
|
||||||
|
|
||||||
VERSION= 0.8
|
VERSION= 0.9
|
||||||
|
|
||||||
DISTDIR= tmux-${VERSION}
|
DISTDIR= tmux-${VERSION}
|
||||||
DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \
|
DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \
|
||||||
|
Loading…
Reference in New Issue
Block a user