Skip to content

Commit

Permalink
(install-leim): Depend on mkdir.
Browse files Browse the repository at this point in the history
(leim): Depend on src.
  • Loading branch information
Richard M. Stallman committed Sep 17, 1997
1 parent 8500bf9 commit 70fe7c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile.in
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 70fe7c6

Please sign in to comment.