emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r108287: Reposition previous change


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r108287: Reposition previous change
Date: Fri, 18 May 2012 00:44:13 -0700
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 108287
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Fri 2012-05-18 00:44:13 -0700
message:
  Reposition previous change
modified:
  Makefile.in
=== modified file 'Makefile.in'
--- a/Makefile.in       2012-05-18 07:41:13 +0000
+++ b/Makefile.in       2012-05-18 07:44:13 +0000
@@ -488,6 +488,10 @@
 ## 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 @@
 ## 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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]