]> git.eshelyaron.com Git - emacs.git/commitdiff
* Makefile.in (${srcdir}/info/dir): Parallel make fix.
authorGlenn Morris <rgm@gnu.org>
Thu, 12 Dec 2013 09:08:26 +0000 (01:08 -0800)
committerGlenn Morris <rgm@gnu.org>
Thu, 12 Dec 2013 09:08:26 +0000 (01:08 -0800)
Makefile.in

index 58783cd2b2620366ecdc4ac23c44d431e9fddccd..7effadd6479c2ed3d5edcc7865de88fbfa444717 100644 (file)
@@ -964,10 +964,9 @@ info-dir: ${srcdir}/info/dir
 ## It would be much simpler if info/dir was only created in the
 ## installation location by the install-info rule, but we also
 ## need one in the source directory for people running uninstalled.
-## The dependency on *.texi is not essential, but it keeps
-## this rule from running needlessly when there are no changes.
-${srcdir}/info/dir: ${srcdir}/build-aux/dir_top ${srcdir}/doc/*/*.texi
-       ${MAKE} ${MFLAGS} info-real
+## FIXME Change make-info-dir to use texi files rather than info-files,
+## depend on ${srcdir}/doc/*/*.texi here rather than info-real.
+${srcdir}/info/dir: info-real ${srcdir}/build-aux/dir_top
        tempfile=info-dir.$$$$; \
        rm -f $${tempfile}; \
        thisdir=`pwd`; \