comparison Makefile.in @ 14652:1c0841475030

(install-arch-dep): Depend on install-arch-indep. (install): Put install-arch-indep before install-arch-dep.
author Richard M. Stallman <rms@gnu.org>
date Fri, 23 Feb 1996 21:44:18 +0000
parents af6c9bc726a9
children 2dbe6630a156
comparison
equal deleted inserted replaced
14651:fba27ff5d896 14652:1c0841475030
292 ## place with their files read-only (perhaps because they are checked 292 ## place with their files read-only (perhaps because they are checked
293 ## into RCS). In order to make this safe, we make sure that the 293 ## into RCS). In order to make this safe, we make sure that the
294 ## source exists and is distinct from the destination. 294 ## source exists and is distinct from the destination.
295 ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't 295 ## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
296 ## ever modify src/paths.h. 296 ## ever modify src/paths.h.
297 install: ${SUBDIR} install-arch-dep install-arch-indep blessmail 297 install: ${SUBDIR} install-arch-indep install-arch-dep blessmail
298 @true 298 @true
299 299
300 ### Install the executables that were compiled specifically for this machine. 300 ### Install the executables that were compiled specifically for this machine.
301 install-arch-dep: mkdir 301 ### This depends on install-arch-indep because
302 ### the executable needs the Lisp files and DOC file to work properly.
303 install-arch-dep: mkdir install-arch-indep
302 (cd lib-src; \ 304 (cd lib-src; \
303 $(MAKE) install $(MFLAGS) prefix=${prefix} \ 305 $(MAKE) install $(MFLAGS) prefix=${prefix} \
304 exec_prefix=${exec_prefix} bindir=${bindir} \ 306 exec_prefix=${exec_prefix} bindir=${bindir} \
305 libexecdir=${libexecdir} archlibdir=${archlibdir}) 307 libexecdir=${libexecdir} archlibdir=${archlibdir})
306 ${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version} 308 ${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version}