summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-03-22 20:53:20 +0000
committerRichard M. Stallman <rms@gnu.org>1996-03-22 20:53:20 +0000
commitee09b311a1690f16be38e3f7f42aa5041daec153 (patch)
treecb8e2de8b3ece6f13a8d28fbb94f6e09b0dcd279 /Makefile.in
parentbbe96557889c183831018dafd3f4c57e8362fc08 (diff)
downloademacs-ee09b311a1690f16be38e3f7f42aa5041daec153.tar.gz
(install-strip): Fix whitespace.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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