]> git.eshelyaron.com Git - emacs.git/commitdiff
; * Makefile.in: Fix out-of-tree builds on NS
authorMattias Engdegård <mattiase@acm.org>
Mon, 28 Jun 2021 09:44:07 +0000 (11:44 +0200)
committerMattias Engdegård <mattiase@acm.org>
Mon, 28 Jun 2021 09:44:07 +0000 (11:44 +0200)
Makefile.in

index 420cb544a4da08b7658986962d0fa7347c9780d1..8fccdf7580a8322bc71c4fa8e07808ab1d3f101b 100644 (file)
@@ -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