]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-leim): Depend on mkdir.
authorRichard M. Stallman <rms@gnu.org>
Wed, 17 Sep 1997 00:35:15 +0000 (00:35 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 17 Sep 1997 00:35:15 +0000 (00:35 +0000)
(leim): Depend on src.

Makefile.in

index 5ae191d5fd6765461b3d2416dea045aaf25a5274..4dffc99eb477f4469bf1a606e24d177ce3a4c7f9 100644 (file)
@@ -219,6 +219,9 @@ paths-force: FRC
          -e 's;\(#.*PATH_DOC\).*$$;\1 "${docdir}";') &&                \
        ${srcdir}/move-if-change paths.h.$$$$ src/paths.h
 
+# For parallel make, src should be build before leim.
+leim:   src
+
 src:   lib-src FRC
 
 lib-src: FRC src/config.stamp
@@ -379,7 +382,7 @@ install-arch-indep: mkdir
 ### have separate target here instead of including it in
 ### `install-arch-indep'.  People who extracted LEIM files after they
 ### insalled Emacs itself can install only LEIM files by this target.
-install-leim: leim/Makefile
+install-leim: leim/Makefile mkdir
        cd leim; $(MAKE) install
 
 ### Build Emacs and install it, stripping binaries while installing them.