diff Makefile.in @ 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 2fe461e5c0a7
children af013b84d1ad
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,