summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2014-07-26 14:21:55 +1000
committerBrendan O'Dea <bod@debian.org>2014-07-26 14:21:55 +1000
commitb4cbd8cd6e742fee1f3f5ca25a734756b1bfe0be (patch)
treec48382bebc5a07a112904af9879e54e881086769 /Makefile.in
parent23c84e7a9f8fbe4b699e8cd50887e4c3670ba67d (diff)
downloadhelp2man-b4cbd8cd6e742fee1f3f5ca25a734756b1bfe0be.tar.gz
Move automake helper scripts to build-aux dir
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 18411ba..572ecbe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -38,7 +38,7 @@ INSTALL_SCRIPT = @INSTALL_SCRIPT@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_INFO = @INSTALL_INFO@
MAKEINFO = @MAKEINFO@
-MKINSTALLDIRS = $(srcdir)/mkinstalldirs
+MKINSTALLDIRS = @MKINSTALLDIRS@
MSGFMT = @MSGFMT@
XGETTEXT = @XGETTEXT@
MSGMERGE = @MSGMERGE@