aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggert2014-10-23 06:52:47 +0100
committerGlenn Morris2014-10-23 06:52:47 +0100
commite5dc30bfd37122d04be3b4cdf62b25215684856d (patch)
tree1e8eb8c783610a9736ffb8ba21a698d305cac853
parent97be2b8848dab2e460922fe182a5e1d8d40dcdde (diff)
downloademacs-e5dc30bfd37122d04be3b4cdf62b25215684856d.tar.gz
emacs-e5dc30bfd37122d04be3b4cdf62b25215684856d.zip
* Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport)
-rw-r--r--ChangeLog4
-rw-r--r--Makefile.in1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 91b09a488a3..f9b676cea88 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12014-10-23 Paul Eggert <eggert@cs.ucla.edu>
2
3 * Makefile.in (${srcdir}/info/dir): Make sure info directory exists.
4
12014-10-22 Stefan Monnier <monnier@iro.umontreal.ca> 52014-10-22 Stefan Monnier <monnier@iro.umontreal.ca>
2 6
3 * configure.ac: Bump version to 24.4.51 to avoid ambiguity with the old 7 * 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 \
981## but then we would need to depend on info-real, which would 981## but then we would need to depend on info-real, which would
982## slow down parallelization. 982## slow down parallelization.
983${srcdir}/info/dir: ${info_dir_deps} 983${srcdir}/info/dir: ${info_dir_deps}
984 ${MKDIR_P} ${srcdir}/info
984 tempfile=info-dir.$$$$; \ 985 tempfile=info-dir.$$$$; \
985 rm -f $${tempfile}; \ 986 rm -f $${tempfile}; \
986 thisdir=`pwd`; \ 987 thisdir=`pwd`; \