Mercurial > emacs
comparison Makefile.in @ 14813:2dbe6630a156
(install-arch-dep): Don't depend on install-arch-indep.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 17 Mar 1996 15:24:35 +0000 |
parents | 1c0841475030 |
children | 831061a3e4f1 |
comparison
equal
deleted
inserted
replaced
14812:bdffcf3b695f | 14813:2dbe6630a156 |
---|---|
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 ### We do install-arch-indep first because | |
298 ### the executable needs the Lisp files and DOC file to work properly. | |
297 install: ${SUBDIR} install-arch-indep install-arch-dep blessmail | 299 install: ${SUBDIR} install-arch-indep install-arch-dep blessmail |
298 @true | 300 @true |
299 | 301 |
300 ### Install the executables that were compiled specifically for this machine. | 302 ### Install the executables that were compiled specifically for this machine. |
301 ### This depends on install-arch-indep because | 303 ### It would be nice to do something for a parallel make |
302 ### the executable needs the Lisp files and DOC file to work properly. | 304 ### to ensure that install-arch-indep finishes before this starts. |
303 install-arch-dep: mkdir install-arch-indep | 305 install-arch-dep: mkdir |
304 (cd lib-src; \ | 306 (cd lib-src; \ |
305 $(MAKE) install $(MFLAGS) prefix=${prefix} \ | 307 $(MAKE) install $(MFLAGS) prefix=${prefix} \ |
306 exec_prefix=${exec_prefix} bindir=${bindir} \ | 308 exec_prefix=${exec_prefix} bindir=${bindir} \ |
307 libexecdir=${libexecdir} archlibdir=${archlibdir}) | 309 libexecdir=${libexecdir} archlibdir=${archlibdir}) |
308 ${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version} | 310 ${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version} |