diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-01 17:35:26 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-01 17:35:26 +0300 |
commit | 030a1c5ea67b4d236f3dc31542e51128a8ee0685 (patch) | |
tree | b47fbdc73c2588d2fb6f50a4396f93ad3f742123 /lib-src/Makefile.in | |
parent | f540ee868c7d91421d9bbf6ca239782013dfc266 (diff) | |
download | emacs-030a1c5ea67b4d236f3dc31542e51128a8ee0685.tar.gz |
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/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 5 |
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. |