summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-23 04:25:29 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-23 04:25:29 +0000
commitb9440f7e80269d37a2cebfc477b0596e2c733379 (patch)
tree05103f6831a65f309af714faa85fb7dd0681569f /Makefile.in
parent38f17cb22ee6027356b9c36f19682e36846d7c0f (diff)
downloademacs-b9440f7e80269d37a2cebfc477b0596e2c733379.tar.gz
(install-strip): Get rid of continuation.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 144267f52fb..733133c5a2a 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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,