diff options
author | Glenn Morris <rgm@gnu.org> | 2014-11-23 11:33:56 -0800 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2014-11-23 11:33:56 -0800 |
commit | 5a0e58af1ede71cea02cab4ac42ccaa71929f4dc (patch) | |
tree | 7b3143e13a48a0c7dfe5a11dbd68f5c69383081c /lib-src/Makefile.in | |
parent | 2c783bb66163278e77af333c02feaba1443c5e84 (diff) | |
download | emacs-5a0e58af1ede71cea02cab4ac42ccaa71929f4dc.tar.gz |
* lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko.
Diffstat (limited to 'lib-src/Makefile.in')
-rw-r--r-- | lib-src/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
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. |