diff options
-rw-r--r-- | Makefile.in | 2 |
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 |