diff options
| -rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 131ef7ba10b..a1f3fc94fc9 100644 --- a/Makefile.in +++ b/Makefile.in | |||
| @@ -373,7 +373,7 @@ nstall-arch-indep: mkdir | |||
| 373 | ### `install-arch-indep'. People who extracted LEIM files after they | 373 | ### `install-arch-indep'. People who extracted LEIM files after they |
| 374 | ### insalled Emacs itself can install only LEIM files by this target. | 374 | ### insalled Emacs itself can install only LEIM files by this target. |
| 375 | install-leim: leim/Makefile | 375 | install-leim: leim/Makefile |
| 376 | cd leim; $(MAKE) install | 376 | cd leim; $(MAKE) install |
| 377 | 377 | ||
| 378 | ### Build Emacs and install it, stripping binaries while installing them. | 378 | ### Build Emacs and install it, stripping binaries while installing them. |
| 379 | install-strip: | 379 | install-strip: |