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:
parent
97be2b8848
commit
e5dc30bfd3
@ -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
|
||||
|
@ -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`; \
|
||||
|
Loading…
Reference in New Issue
Block a user