From: Dave Love Date: Sat, 4 Dec 1999 19:24:27 +0000 (+0000) Subject: (install-arch-indep): Depend on `info'. X-Git-Tag: emacs-pretest-21.0.90~5888 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=97f4fff8f982d37aa08c02a2c117294ac67750ba;p=emacs.git (install-arch-indep): Depend on `info'. (install-strip): Use `install' as sub-make target. --- 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,