From: Richard M. Stallman Date: Fri, 22 Mar 1996 20:53:20 +0000 (+0000) Subject: (install-strip): Fix whitespace. X-Git-Tag: emacs-19.34~999 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4;p=emacs.git (install-strip): Fix whitespace. --- diff --git a/Makefile.in b/Makefile.in index 106e6862a56..144267f52fb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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