summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2014-06-19 23:15:06 +0100
committerNicholas Marriott <nicholas.marriott@gmail.com>2014-06-19 23:15:06 +0100
commit19cb0a1a921164acb9591d7837d066ca9ea94a98 (patch)
treeb54e7d25ea0b586be11bda68380302b46824a617 /Makefile.am
parent77f582ff137808cc3743ad545f63422cc8e71a71 (diff)
Might as well still allow autoconf 2.59.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 5f9e0116..5f622acb 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -247,7 +247,7 @@ install-exec-hook:
sed -e "s|@SYSCONFDIR@|$(sysconfdir)|g" $(srcdir)/tmux.1| \
$(AWK) -f$(srcdir)/mdoc2man.awk >$(srcdir)/tmux.1.man; \
fi
- $(MKDIR_P) $(DESTDIR)$(mandir)/man1
+ $(mkdir_p) $(DESTDIR)$(mandir)/man1
$(INSTALL_DATA) $(srcdir)/tmux.1.@MANFORMAT@ \
$(DESTDIR)$(mandir)/man1/tmux.1