; * Makefile.in: Fix out-of-tree builds on NS
This commit is contained in:
parent
de265a0c6e
commit
e9de80f028
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue