]> code.delx.au - gnu-emacs/blobdiff - lib-src/Makefile.in
* lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko.
[gnu-emacs] / lib-src / Makefile.in
index 432314f02dd835e033a1a3153a4be765866eb446..77d3b78096a68ee94cf5e9dda5b832f5ce07c6ee 100644 (file)
@@ -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.