comparison Makefile.in @ 18620:ea924276b44b

(install-leim): Correct previous change.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jul 1997 00:20:22 +0000
parents d9160fd77816
children 959bf7b006ad
comparison
equal deleted inserted replaced
18619:5d7968727c67 18620:ea924276b44b
371 ### Install LEIM files. Although they are machine-independent, we 371 ### Install LEIM files. Although they are machine-independent, we
372 ### have separate target here instead of including it in 372 ### have separate target here instead of including it in
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:
380 $(MAKE) INSTALL_STRIP=-s 380 $(MAKE) INSTALL_STRIP=-s
381 381