diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 3 | ||||
| -rw-r--r-- | lib-src/Makefile.in | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index a8281a579f1..4fc3b4dbe57 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2014-11-22 Glenn Morris <rgm@gnu.org> | 1 | 2014-11-22 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc | ||
| 4 | now being in the build directory, not the source directory. | ||
| 5 | |||
| 3 | * Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico. | 6 | * Makefile.in (emacsclient.res): Add dependency on icons/emacs.ico. |
| 4 | 7 | ||
| 5 | 2014-10-20 Glenn Morris <rgm@gnu.org> | 8 | 2014-10-20 Glenn Morris <rgm@gnu.org> |
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index eb16c3305ae..432314f02dd 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in | |||
| @@ -388,7 +388,7 @@ update-game-score${EXEEXT}: ${srcdir}/update-game-score.c $(NTLIB) $(config_h) | |||
| 388 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ | 388 | -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \ |
| 389 | $< $(LOADLIBES) $(NTLIB) -o $@ | 389 | $< $(LOADLIBES) $(NTLIB) -o $@ |
| 390 | 390 | ||
| 391 | emacsclient.res: $(NTINC)/../emacsclient.rc ${srcdir}/icons/emacs.ico | 391 | emacsclient.res: ../nt/emacsclient.rc ${srcdir}/icons/emacs.ico |
| 392 | $(WINDRES) -O coff --include-dir=$(NTINC)/.. -o $@ $< | 392 | $(WINDRES) -O coff --include-dir=$(NTINC)/.. -o $@ $< |
| 393 | 393 | ||
| 394 | ## Makefile ends here. | 394 | ## Makefile ends here. |