From: Richard M. Stallman Date: Sat, 5 Jul 1997 00:20:22 +0000 (+0000) Subject: (install-leim): Correct previous change. X-Git-Tag: emacs-20.1~1326 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c10f84fbab981c6a5ef71b7f1be84e7271f8a88d;p=emacs.git (install-leim): Correct previous change. --- 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 ### `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 - cd leim; $(MAKE) install + cd leim; $(MAKE) install ### Build Emacs and install it, stripping binaries while installing them. install-strip: