changeset 14861:2fe461e5c0a7

(install-strip): Fix whitespace.
author Richard M. Stallman <rms@gnu.org>
date Fri, 22 Mar 1996 20:53:20 +0000
parents 65dba0cd5306
children e368c0d12356
files Makefile.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Fri Mar 22 20:43:05 1996 +0000
+++ b/Makefile.in	Fri Mar 22 20:53:20 1996 +0000
@@ -390,7 +390,7 @@
 
 ### Build Emacs and install it, stripping binaries while installing them.
 install-strip:
-        $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
+	$(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
                 install
 
 ### Build all the directories we're going to install Emacs in.	Since