1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

* Makefile.in (${srcdir}/info/dir): Make sure info directory exists (backport)

This commit is contained in:
Paul Eggert 2014-10-23 06:52:47 +01:00 committed by Glenn Morris
parent 97be2b8848
commit e5dc30bfd3
2 changed files with 5 additions and 0 deletions

View File

@ -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

View 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`; \