aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 21:56:38 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-05-16 21:56:38 +0000
commitd58bfe5f0a3f073cfaf81c76868672814fbd2a64 (patch)
tree3eca5f5d6aeeb38f8ad37af39e5e29e6355426d4
parent095f16d64f78821b55cde80709991e8546a636c3 (diff)
downloadrtmux-d58bfe5f0a3f073cfaf81c76868672814fbd2a64.tar.gz
rtmux-d58bfe5f0a3f073cfaf81c76868672814fbd2a64.tar.bz2
rtmux-d58bfe5f0a3f073cfaf81c76868672814fbd2a64.zip
clean-all.
-rw-r--r--dist.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/dist.mk b/dist.mk
index 7c62ff51..0d808076 100644
--- a/dist.mk
+++ b/dist.mk
@@ -1,4 +1,4 @@
-# $Id: dist.mk,v 1.2 2009-05-14 07:51:25 nicm Exp $
+# $Id: dist.mk,v 1.3 2009-05-16 21:56:38 nicm Exp $
VERSION= 0.8
@@ -8,7 +8,7 @@ DISTFILES= *.[ch] Makefile GNUmakefile configure tmux.1 \
`find examples compat -type f -and ! -path '*CVS*'`
dist:
- make clean
+ (./configure && make clean-all)
grep '^#FDEBUG=' Makefile
grep '^#FDEBUG=' GNUmakefile
[ "`(grep '^VERSION' Makefile; grep '^VERSION' GNUmakefile)| \