(install-strip): Get rid of continuation.

This commit is contained in:
Richard M. Stallman 1996-03-23 04:25:29 +00:00
parent 38f17cb22e
commit b9440f7e80

View file

@ -390,8 +390,7 @@ install-arch-indep: mkdir
### 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,