summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-05-18 00:44:13 -0700
committerGlenn Morris <rgm@gnu.org>2012-05-18 00:44:13 -0700
commit6b3868cb1469a6222498dba8220aec9e02d43c1e (patch)
tree0e5cdc93f2874ecbe1bbc645965bbc04cd18bc9b /Makefile.in
parent0629a797a195aad88656003387cc4bbfb6aa74e2 (diff)
downloademacs-6b3868cb1469a6222498dba8220aec9e02d43c1e.tar.gz
Reposition previous change
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile.in b/Makefile.in
index 432f26919ec..117fdbe52ae 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -488,6 +488,10 @@ install-arch-dep: install-arch-indep
## icons (duplicates etc/images/icons/hicolor)
## man (maybe we should be installing this one, like info)
+## This is install-etc for everything except self-contained-ns builds.
+## For them, it is empty.
+INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
+
## http://lists.gnu.org/archive/html/emacs-devel/2007-10/msg01672.html
## Needs to be the user running install, so configure can't set it.
set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
@@ -523,10 +527,6 @@ set_installuser=for installuser in $${LOGNAME} $${USERNAME} $${USER} \
## into RCS). In order to make this safe, we make sure that the
## source exists and is distinct from the destination.
-## This is install-etc for everything except self-contained-ns builds.
-## For them, it is empty.
-INSTALL_ARCH_INDEP_EXTRA = @INSTALL_ARCH_INDEP_EXTRA@
-
## I'm not sure creating locallisppath here serves any useful purpose.
## If it has the default value, then the later write_subdir commands
## will ensure all these components exist.