aboutsummaryrefslogtreecommitdiffstats
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)
365 ${srcdir}/update-game-score.c $(NTLIB) $(LOADLIBES) \ 365 ${srcdir}/update-game-score.c $(NTLIB) $(LOADLIBES) \
366 -o update-game-score${EXEEXT} 366 -o update-game-score${EXEEXT}
367 367
368emacsclient.res: ${srcdir}/nt/emacsclient.rc 368emacsclient.res: ${srcdir}/../nt/emacsclient.rc
369 $(WINDRES) -O coff --include-dir=${srcdir}/nt -o emacscient.res 369 $(WINDRES) -O coff --include-dir=${srcdir}/../nt -o emacsclient.res \
370 ${srcdir}/../nt/emacsclient.rc
370 371
371## Makefile ends here. 372## Makefile ends here.