From: Glenn Morris Date: Sun, 23 Nov 2014 19:33:56 +0000 (-0800) Subject: * lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko. X-Git-Tag: emacs-25.0.90~2635^2~357 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a0e58af1ede71cea02cab4ac42ccaa71929f4dc;p=emacs.git * lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko. --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4fc3b4dbe57..5260ed039fc 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,7 @@ +2014-11-23 Glenn Morris + + * Makefile.in (emacsclient.res): Fix yesterday's thinko. + 2014-11-22 Glenn Morris * Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 432314f02dd..77d3b78096a 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.