From e9de80f028cdd1c551061db68ee2f9b40b555085 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Mon, 28 Jun 2021 11:44:07 +0200 Subject: [PATCH] ; * Makefile.in: Fix out-of-tree builds on NS --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2