aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src
diff options
context:
space:
mode:
authorEli Zaretskii2013-04-01 17:35:26 +0300
committerEli Zaretskii2013-04-01 17:35:26 +0300
commit030a1c5ea67b4d236f3dc31542e51128a8ee0685 (patch)
treeb47fbdc73c2588d2fb6f50a4396f93ad3f742123 /lib-src
parentf540ee868c7d91421d9bbf6ca239782013dfc266 (diff)
downloademacs-030a1c5ea67b4d236f3dc31542e51128a8ee0685.tar.gz
emacs-030a1c5ea67b4d236f3dc31542e51128a8ee0685.zip
Fixed nt/Makefile.in and top-level Makefile.in.
Programs in nt/ and lib-src/ compile and link. Warnings and errors in src/.
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.