summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-17 00:35:15 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-17 00:35:15 +0000
commit5d63f0cdd2393bff28973537e1851b11d22d348a (patch)
tree5cd4822547e1e3854a791cbe58188a4ce79fd64b /Makefile.in
parent04a555d56c9bb87f84ab9591a375e47b479f0d25 (diff)
downloademacs-5d63f0cdd2393bff28973537e1851b11d22d348a.tar.gz
(install-leim): Depend on mkdir.
(leim): Depend on src.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index 5ae191d5fd6..4dffc99eb47 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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.