Mercurial > emacs
changeset 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 | b0d0cd9b5905 |
children | 070f7cf3c1a6 |
files | Makefile.in |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.in Fri Mar 22 22:06:10 1996 +0000 +++ b/Makefile.in Sat Mar 23 04:25:29 1996 +0000 @@ -390,8 +390,7 @@ ### Build Emacs and install it, stripping binaries while installing them. install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ - install + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install ### Build all the directories we're going to install Emacs in. Since ### we may be creating several layers of directories (for example,