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
commitef146006c87554b5a363ee67a5ba4a4a274f4a5f (patch)
tree18c47d1b4996d484adf3d612c36233cf04233d48 /Makefile.in
parent19ba3bcc8bde3ab2a82f580a9ce53600a0c58014 (diff)
downloademacs-ef146006c87554b5a363ee67a5ba4a4a274f4a5f.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,