summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorKarl Heuer <kwzh@gnu.org>1994-04-23 01:07:04 +0000
committerKarl Heuer <kwzh@gnu.org>1994-04-23 01:07:04 +0000
commit6c4b192b9439a390cf02e8b2fc2db02ee197daff (patch)
tree7638ead853aaeb0f43e2d92023bf4f3921e44d94 /Makefile.in
parent6692d6ccc16d06d1ecedac693b3ce66826116fbe (diff)
downloademacs-6c4b192b9439a390cf02e8b2fc2db02ee197daff.tar.gz
(.PHONY, install): Kill reference to obsolete do-install.
(install-arch-dep): Install under the name $(EMACS).
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 5f0de13c5d6..dbfc23072a6 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -176,6 +176,9 @@ INSTALL_DATA = @INSTALL_DATA@
# ============================= Targets ==============================
+# What emacs should be called when installed.
+EMACS = emacs
+
# Subdirectories to make recursively. `lisp' is not included
# because the compiled lisp files are part of the distribution
# and you cannot remake them without installing Emacs first.
@@ -250,7 +253,7 @@ lwlib/Makefile: lwlib/Makefile.in config.status
## On AIX, use tar xBf.
## On Xenix, use tar xpf.
-.PHONY: install do-install mkdir
+.PHONY: install mkdir
## We delete each directory in ${COPYDESTS} before we copy into it;
## that way, we can reinstall over directories that have been put in
@@ -259,7 +262,7 @@ lwlib/Makefile: lwlib/Makefile.in config.status
## source exists and is distinct from the destination.
## We don't depend on `all', but rather on ${SUBDIR}, so that we won't
## ever modify src/paths.h.
-install: ${SUBDIR} do-install install-arch-dep install-arch-indep;
+install: ${SUBDIR} install-arch-dep install-arch-indep;
### Note that we copy the DOC-* files from the build etc directory
### as well as lots of things from ${srcdir}/etc.
@@ -270,8 +273,8 @@ install-arch-dep: mkdir
archlibdir=${archlibdir})
${INSTALL_PROGRAM} src/emacs ${bindir}/emacs-${version}
-chmod 1755 ${bindir}/emacs-${version}
- rm -f ${bindir}/emacs
- -ln ${bindir}/emacs-${version} ${bindir}/emacs
+ rm -f ${bindir}/$(EMACS)
+ -ln ${bindir}/emacs-${version} ${bindir}/$(EMACS)
### Note that we copy the DOC-* files from the build etc directory
### as well as lots of things from ${srcdir}/etc.