aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
390 390
391### Build Emacs and install it, stripping binaries while installing them. 391### Build Emacs and install it, stripping binaries while installing them.
392install-strip: 392install-strip:
393 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ 393 $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
394 install 394 install
395 395
396### Build all the directories we're going to install Emacs in. Since 396### Build all the directories we're going to install Emacs in. Since