summaryrefslogtreecommitdiff
path: root/lib-src
diff options
context:
space:
mode:
Diffstat (limited to 'lib-src')
-rw-r--r--lib-src/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 3af31acaa6e..c79097695ff 100644
--- a/lib-src/Makefile.in
+++ b/lib-src/Makefile.in
@@ -365,7 +365,8 @@ update-game-score${EXEEXT}: ${srcdir}/update-game-score.c $(NTLIB) $(config_h)
${srcdir}/update-game-score.c $(NTLIB) $(LOADLIBES) \
-o update-game-score${EXEEXT}
-emacsclient.res: ${srcdir}/nt/emacsclient.rc
- $(WINDRES) -O coff --include-dir=${srcdir}/nt -o emacscient.res
+emacsclient.res: ${srcdir}/../nt/emacsclient.rc
+ $(WINDRES) -O coff --include-dir=${srcdir}/../nt -o emacsclient.res \
+ ${srcdir}/../nt/emacsclient.rc
## Makefile ends here.