diff options
author | Eli Zaretskii <eliz@gnu.org> | 2013-04-20 10:05:17 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2013-04-20 10:05:17 +0300 |
commit | 106e99113ba3f76dc5cca134e2b8074fc9719755 (patch) | |
tree | 2af1612900a8642ffdd150807a90739859d07a19 /nt/Makefile.in | |
parent | 1c0977a9516b7df0ca30d28abf42a618a66b9989 (diff) | |
download | emacs-106e99113ba3f76dc5cca134e2b8074fc9719755.tar.gz |
Fix a bug in nt/Makefile.in with out-of-tree builds, reported by Dani Moncayo.
Diffstat (limited to 'nt/Makefile.in')
-rw-r--r-- | nt/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/Makefile.in b/nt/Makefile.in index 7085a5c0595..12d9ab08f51 100644 --- a/nt/Makefile.in +++ b/nt/Makefile.in @@ -209,4 +209,4 @@ runemacs${EXEEXT}: ${srcdir}/runemacs.c $(EMACSRES) -o runemacs${EXEEXT} emacs.res: ${srcdir}/emacs.rc ${srcdir}/icons/emacs.ico ${srcdir}/$(EMACS_MANIFEST) - ${WINDRES} -O coff -o emacs.res emacs.rc + ${WINDRES} -O coff -o emacs.res ${srcdir}/emacs.rc |