summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:41:31 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2016-10-18 20:41:31 +0100
commitec47907772b8302ca23b8a8a0b406c4e39e99f47 (patch)
tree4041df13847b6a316f457ba37853fc21a7d671e5 /Makefile.am
parentbd1dc89a5d9871e5f3b0f5333765f66261dbf1f8 (diff)
I don't remember why we have make clean in dist-hook; remove it.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index d9c09d1d..82101c57 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,7 +9,6 @@ EXTRA_DIST = \
CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \
osdep-*.c mdoc2man.awk tmux.1
dist-hook:
- make clean
grep "^#enable_debug=" configure
# Preprocessor flags.