(install-arch-indep): Depend on `info'.
(install-strip): Use `install' as sub-make target.
This commit is contained in:
parent
573d0a7ecc
commit
97f4fff8f9
1 changed files with 2 additions and 2 deletions
|
@ -317,7 +317,7 @@ install-arch-dep: mkdir
|
|||
|
||||
## Note that we copy DOC* and then delete DOC
|
||||
## as a workaround for a bug in tar on Ultrix 4.2.
|
||||
install-arch-indep: mkdir
|
||||
install-arch-indep: mkdir info
|
||||
-set ${COPYDESTS} ; \
|
||||
unset CDPATH; \
|
||||
for dir in ${COPYDIR} ; do \
|
||||
|
@ -431,7 +431,7 @@ install-leim: leim/Makefile mkdir
|
|||
|
||||
### Build Emacs and install it, stripping binaries while installing them.
|
||||
install-strip:
|
||||
$(MAKE) INSTALL_STRIP=-s
|
||||
$(MAKE) INSTALL_STRIP=-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