diff Makefile.in @ 108579:ab7ad4459a75

Minor NS build fixes. * Makefile.in (install-arch-dep): Update odd NS rule for Emacs version. * src/Makefile.in (${ns_appdir}): Simplify using umask.
author Glenn Morris <rgm@gnu.org>
date Fri, 14 May 2010 17:48:53 -0700
parents 438f784b2966
children cb966dd854bc
line wrap: on
line diff
--- a/Makefile.in	Fri May 14 17:42:22 2010 -0700
+++ b/Makefile.in	Fri May 14 17:48:53 2010 -0700
@@ -425,10 +425,15 @@
 	    rm -fr share ) ; \
 	  ( cd ${ns_appbindir}/libexec ; dir=emacs/*/*/* ; $(MV_DIRS); \
 	    rm -fr emacs ) ; \
-	  ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-23* ; \
+	  ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-24* ; \
 	    ln -sf ../libexec/* .) ; \
 	else true ; fi
 
+## FIXME is the emacs-24* bit above really necessary and correct?
+## What if I have 24.1 and 24.2 installed at the same time?
+## In any case, it should use something like echo $version | sed 's/\..*//'
+## instead of hard-coding a version.
+
 ## 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} \