emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master e9de80f: ; * Makefile.in: Fix out-of-tree builds on NS


From: Mattias Engdegård
Subject: master e9de80f: ; * Makefile.in: Fix out-of-tree builds on NS
Date: Mon, 28 Jun 2021 06:02:16 -0400 (EDT)

branch: master
commit e9de80f028cdd1c551061db68ee2f9b40b555085
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * 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 420cb54..8fccdf7 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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]