From: Alan Third Date: Sun, 29 Aug 2021 12:07:54 +0000 (+0100) Subject: Fix libexec installation on NS (bug#50250) X-Git-Tag: emacs-28.0.90~1275 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3065b6b73b72f8661d87e3335b348b347a9eb58d;p=emacs.git Fix libexec installation on NS (bug#50250) * lib-src/Makefile.in (ns_applibexecdir): New variable. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 7af89eb380d..e6cda733679 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -52,6 +52,7 @@ top_builddir = @top_builddir@ # Location to install Emacs.app under GNUstep / macOS. # Later values may use this. ns_appbindir=@ns_appbindir@ +ns_applibexecdir=@ns_applibexecdir@ # The default location for installation. Everything is placed in # subdirectories of this directory. The default values for many of