diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 144267f52fb..733133c5a2a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -390,8 +390,7 @@ install-arch-indep: mkdir ### Build Emacs and install it, stripping binaries while installing them. install-strip: - $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \ - install + $(MAKE) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' install ### Build all the directories we're going to install Emacs in. Since ### we may be creating several layers of directories (for example, |