projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c783bb
)
* lib-src/Makefile.in (emacsclient.res): Fix yesterday's thinko.
author
Glenn Morris
<rgm@gnu.org>
Sun, 23 Nov 2014 19:33:56 +0000
(11:33 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Sun, 23 Nov 2014 19:33:56 +0000
(11:33 -0800)
lib-src/ChangeLog
patch
|
blob
|
history
lib-src/Makefile.in
patch
|
blob
|
history
diff --git
a/lib-src/ChangeLog
b/lib-src/ChangeLog
index 4fc3b4dbe574570c53007975ad79c72f1c2eff99..5260ed039fc757fdcde85eb124333070e62e6c5c 100644
(file)
--- a/
lib-src/ChangeLog
+++ b/
lib-src/ChangeLog
@@
-1,3
+1,7
@@
+2014-11-23 Glenn Morris <rgm@gnu.org>
+
+ * Makefile.in (emacsclient.res): Fix yesterday's thinko.
+
2014-11-22 Glenn Morris <rgm@gnu.org>
* Makefile.in (emacsclient.res): Update deps for nt/emacsclient.rc
diff --git
a/lib-src/Makefile.in
b/lib-src/Makefile.in
index 432314f02dd835e033a1a3153a4be765866eb446..77d3b78096a68ee94cf5e9dda5b832f5ce07c6ee 100644
(file)
--- 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.