summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorDave Love <fx@gnu.org>1999-12-04 19:24:27 +0000
committerDave Love <fx@gnu.org>1999-12-04 19:24:27 +0000
commita9d2b5c12778612ae64e7833154a587789294b03 (patch)
treecd9cb16c553e365cb7704ee887834fcecbe4b9d2 /Makefile.in
parent0e57f214d3aa9a94bb1c6e4241f5c8ca603ecfce (diff)
downloademacs-a9d2b5c12778612ae64e7833154a587789294b03.tar.gz
(install-arch-indep): Depend on `info'.
(install-strip): Use `install' as sub-make target.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index e4e6e3434d6..3ddc8980682 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -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,