aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.in
diff options
context:
space:
mode:
authorChris Faylor <me.cygwin2011@cgf.cx>2014-03-17 13:09:15 -0400
committerChris Faylor <me.cygwin2011@cgf.cx>2014-03-17 13:19:49 -0400
commitc712f1e3f711d0f3b694cdfcf4a965d8419fde94 (patch)
tree0bc60da8eec4a6956f93a5e8d36644be9ad1cf3d /ld/Makefile.in
parent1f5afe1cc03bb2cd50b75a21d491a349d7011ea1 (diff)
downloadgdb-c712f1e3f711d0f3b694cdfcf4a965d8419fde94.zip
gdb-c712f1e3f711d0f3b694cdfcf4a965d8419fde94.tar.gz
gdb-c712f1e3f711d0f3b694cdfcf4a965d8419fde94.tar.bz2
2014-03-17 Christopher Faylor <me.cygwin2014@cgf.cx>
* Makefile.am: Use host version of windres. * Makefile.in: Regenerate.
Diffstat (limited to 'ld/Makefile.in')
-rw-r--r--ld/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.in b/ld/Makefile.in
index 46126f8..0c14694 100644
--- a/ld/Makefile.in
+++ b/ld/Makefile.in
@@ -3359,7 +3359,7 @@ eshlelf64_nbsd.c: $(srcdir)/emulparams/shlelf64_nbsd.sh \
# Rule to create a manifest file for Cygwin and Mingw.
default-manifest.o: $(srcdir)/emultempl/default-manifest.rc
- ../binutils/windres -o $@ $<
+ ${WINDRES} -o $@ $<
check-DEJAGNU: site.exp
srcroot=`cd $(srcdir) && pwd`; export srcroot; \