changeset 26704:b81a30ac8e52

(install-arch-indep): Depend on `info'. (install-strip): Use `install' as sub-make target.
author Dave Love <fx@gnu.org>
date Sat, 04 Dec 1999 19:24:27 +0000
parents b8145f3d528e
children 4d2acc7d5f3e
files Makefile.in
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.in	Sat Dec 04 13:25:08 1999 +0000
+++ b/Makefile.in	Sat Dec 04 19:24:27 1999 +0000
@@ -317,7 +317,7 @@
 
 ## 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 @@
 
 ### 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,