]> git.eshelyaron.com Git - emacs.git/commitdiff
(install-strip): Fix whitespace.
authorRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 20:53:20 +0000 (20:53 +0000)
committerRichard M. Stallman <rms@gnu.org>
Fri, 22 Mar 1996 20:53:20 +0000 (20:53 +0000)
Makefile.in

index 106e6862a56cb2d28fe17c3b528560bacad7a1c6..144267f52fbee8047dd9462eb24650ab0cbd8eba 100644 (file)
@@ -390,7 +390,7 @@ install-arch-indep: mkdir
 
 ### 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