]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport)
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 23 Oct 2014 05:52:47 +0000 (06:52 +0100)
committerGlenn Morris <rgm@gnu.org>
Thu, 23 Oct 2014 05:52:47 +0000 (06:52 +0100)
ChangeLog
Makefile.in

index 91b09a488a33179153c8cfbd13a436a5e8eb30dc..f9b676cea88585a8f247ef1ad5ff525ec732caa2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-10-23  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
+
 2014-10-22  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old
index 103b035a3c9d091329eb040841a2dbacdead167c..81fa82bb30cc4c8153118bd00bd30aa39901fb88 100644 (file)
@@ -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`; \