summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2021-06-28 11:44:07 +0200
committerMattias EngdegÄrd <mattiase@acm.org>2021-06-28 11:44:07 +0200
commite9de80f028cdd1c551061db68ee2f9b40b555085 (patch)
treee820fc7e2cff51db8e9cc5bd54b8e490f3b840c4 /Makefile.in
parentde265a0c6ef8b1296d5a6130cb87b6dc74286b67 (diff)
downloademacs-e9de80f028cdd1c551061db68ee2f9b40b555085.tar.gz
; * Makefile.in: Fix out-of-tree builds on NS
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
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