aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1996-03-23 04:25:29 +0000
committerRichard M. Stallman1996-03-23 04:25:29 +0000
commitb9440f7e80269d37a2cebfc477b0596e2c733379 (patch)
tree05103f6831a65f309af714faa85fb7dd0681569f
parent38f17cb22ee6027356b9c36f19682e36846d7c0f (diff)
downloademacs-b9440f7e80269d37a2cebfc477b0596e2c733379.tar.gz
emacs-b9440f7e80269d37a2cebfc477b0596e2c733379.zip
(install-strip): Get rid of continuation.
-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
390 390
391### Build Emacs and install it, stripping binaries while installing them. 391### Build Emacs and install it, stripping binaries while installing them.
392install-strip: 392install-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,