emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 01/01: * lib-src/Makefile.in (emacsclient.res): Fix


From: Glenn Morris
Subject: [Emacs-diffs] master 01/01: * lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko.
Date: Sun, 23 Nov 2014 19:34:11 +0000

branch: master
commit 5a0e58af1ede71cea02cab4ac42ccaa71929f4dc
Author: Glenn Morris <address@hidden>
Date:   Sun Nov 23 11:33:56 2014 -0800

    * lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko.
---
 lib-src/ChangeLog   |    4 ++++
 lib-src/Makefile.in |    2 +-
 2 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index 4fc3b4d..5260ed0 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
+2014-11-23  Glenn Morris  <address@hidden>
+
+       * Makefile.in (emacsclient.res): Fix yesterday's thinko.
+
 2014-11-22  Glenn Morris  <address@hidden>
 
        * Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc
diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in
index 432314f..77d3b78 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)
          -DHAVE_SHARED_GAME_DIR="\"$(gamedir)\"" \
          $< $(LOADLIBES) $(NTLIB) -o $@
 
-emacsclient.res: ../nt/emacsclient.rc ${srcdir}/icons/emacs.ico
+emacsclient.res: ../nt/emacsclient.rc $(NTINC)/../icons/emacs.ico
        $(WINDRES) -O coff --include-dir=$(NTINC)/.. -o $@ $<
 
 ## Makefile ends here.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]