From 2be2d71d64bad1e6d0cc3ac3e5e2b4bb1cc2e7b4 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Fri, 22 Mar 1996 20:53:20 +0000 Subject: [PATCH] (install-strip): Fix whitespace. --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 106e6862a5..144267f52f 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 -- 2.20.1