summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2010-05-16 16:31:05 -0700
committerGlenn Morris <rgm@gnu.org>2010-05-16 16:31:05 -0700
commitda53fab92286d98b5a474ce9a5000f7f7ddf8c1c (patch)
tree73ba6ccf982aa6a8e31b6511932041ffc5c3e7ad /Makefile.in
parent58dfab186f74e60211e0b58a117d8d7fa3309db8 (diff)
downloademacs-da53fab92286d98b5a474ce9a5000f7f7ddf8c1c.tar.gz
Tweak ns_app*dir values set by configure.
* configure.in (ns_appdir, ns_appbindir): Add trailing "/" to value. * Makefile.in (install-arch-dep): Update for above change. * src/Makefile.in (ns_appdir, ns_appbindir): Now configure adds the trailing "/".
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 798b128fb44..775c591af26 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -422,9 +422,9 @@ install-arch-dep: mkdir
if test -d share/emacs ; then dir=share/emacs/*/*; $(MV_DIRS); fi;\
if test -d share/info ; then dir=share/info; $(MV_DIRS) ; fi ; \
rm -fr share ) ; \
- ( cd ${ns_appbindir}/libexec ; dir=emacs/*/*/* ; $(MV_DIRS); \
+ ( cd ${ns_appbindir}libexec ; dir=emacs/*/*/* ; $(MV_DIRS); \
rm -fr emacs ) ; \
- ( cd ${ns_appbindir}/bin ; rm -f emacs emacs-24* ; \
+ ( cd ${ns_appbindir}bin ; rm -f emacs emacs-24* ; \
ln -sf ../libexec/* .) ; \
else true ; fi