summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2017-04-20 12:06:39 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2017-04-20 12:06:39 +0100
commitaebbb15fe2d1ef900e7a66dc16bdf89f2a2394d6 (patch)
tree2bfea31f5def2745abf9ffd6609f788b00dc6c4a /Makefile.am
parent48371216df07c588180b8e2246930a96e94de62b (diff)
Turn on debug if $VERSION is master rather than commenting and uncommenting.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index da0fcc39..e0eb143c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -8,8 +8,6 @@ CLEANFILES = tmux.1.mdoc tmux.1.man
EXTRA_DIST = \
CHANGES FAQ README TODO COPYING example_tmux.conf compat/*.[ch] \
osdep-*.c mdoc2man.awk tmux.1
-dist-hook:
- grep "^#enable_debug=" configure
# Preprocessor flags.
AM_CPPFLAGS += @XOPEN_DEFINES@ -DTMUX_CONF="\"$(sysconfdir)/tmux.conf\""