comparison Makefile.in @ 14864:71003bb1b005

(install-strip): Get rid of continuation.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Mar 1996 04:25:29 +0000
parents 2fe461e5c0a7
children af013b84d1ad
comparison
equal deleted inserted replaced
14863:b0d0cd9b5905 14864:71003bb1b005
388 chmod a+r ${man1dir}/$${page}${manext}); \ 388 chmod a+r ${man1dir}/$${page}${manext}); \
389 done 389 done
390 390
391 ### Build Emacs and install it, stripping binaries while installing them. 391 ### Build Emacs and install it, stripping binaries while installing them.
392 install-strip: 392 install-strip:
393 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ 393 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install
394 install
395 394
396 ### Build all the directories we're going to install Emacs in. Since 395 ### Build all the directories we're going to install Emacs in. Since
397 ### we may be creating several layers of directories (for example, 396 ### we may be creating several layers of directories (for example,
398 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs 397 ### /usr/local/lib/emacs/19.0/mips-dec-ultrix4.2), we use mkinstalldirs
399 ### instead of mkdir. Not all systems' mkdir programs have the `-p' flag. 398 ### instead of mkdir. Not all systems' mkdir programs have the `-p' flag.