From: Paul Eggert Date: Thu, 23 Oct 2014 05:52:47 +0000 (+0100) Subject: * Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport) X-Git-Tag: emacs-24.4.90~318 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e5dc30bfd37122d04be3b4cdf62b25215684856d;p=emacs.git * Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport) --- diff --git a/ChangeLog b/ChangeLog index 91b09a488a3..f9b676cea88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-10-23 Paul Eggert + + * Makefile.in (${srcdir}/info/dir): Make sure info directory exists. + 2014-10-22 Stefan Monnier * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old diff --git a/Makefile.in b/Makefile.in index 103b035a3c9..81fa82bb30c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -981,6 +981,7 @@ info_dir_deps = ${srcdir}/build-aux/dir_top \ ## but then we would need to depend on info-real, which would ## slow down parallelization. ${srcdir}/info/dir: ${info_dir_deps} + ${MKDIR_P} ${srcdir}/info tempfile=info-dir.$$$$; \ rm -f $${tempfile}; \ thisdir=`pwd`; \