(install-strip): Get rid of continuation.
This commit is contained in:
parent
38f17cb22e
commit
b9440f7e80
1 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue