changeset 19946:d44bb51c42b5

(install-leim): Depend on mkdir. (leim): Depend on src.
author Richard M. Stallman <rms@gnu.org>
date Wed, 17 Sep 1997 00:35:15 +0000
parents 3808d67c4e72
children 52eb1c7d37a2
files Makefile.in
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Tue Sep 16 21:25:41 1997 +0000
+++ b/Makefile.in	Wed Sep 17 00:35:15 1997 +0000
@@ -219,6 +219,9 @@
 	  -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 @@
 ### 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.