From: Mattias EngdegÄrd Date: Mon, 28 Jun 2021 09:44:07 +0000 (+0200) Subject: ; * Makefile.in: Fix out-of-tree builds on NS X-Git-Tag: emacs-28.0.90~2014 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e9de80f028cdd1c551061db68ee2f9b40b555085;p=emacs.git ; * Makefile.in: Fix out-of-tree builds on NS --- diff --git a/Makefile.in b/Makefile.in index 420cb544a4d..8fccdf7580a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -414,7 +414,7 @@ epaths-force-w32: # between macOS and GNUstep, so just replace any references to the app # bundle root itself with the relative path. epaths-force-ns-self-contained: epaths-force - @(sed < ${srcdir}/src/epaths.h > epaths.h.$$$$ \ + @(sed < src/epaths.h > epaths.h.$$$$ \ -e 's;${ns_appdir}/;;') && \ ${srcdir}/build-aux/move-if-change epaths.h.$$$$ src/epaths.h