diff options
author | Chris Faylor <me.cygwin2011@cgf.cx> | 2014-03-17 13:09:15 -0400 |
---|---|---|
committer | Chris Faylor <me.cygwin2011@cgf.cx> | 2014-03-17 13:19:49 -0400 |
commit | c712f1e3f711d0f3b694cdfcf4a965d8419fde94 (patch) | |
tree | 0bc60da8eec4a6956f93a5e8d36644be9ad1cf3d /ld/Makefile.am | |
parent | 1f5afe1cc03bb2cd50b75a21d491a349d7011ea1 (diff) | |
download | fsf-binutils-gdb-c712f1e3f711d0f3b694cdfcf4a965d8419fde94.zip fsf-binutils-gdb-c712f1e3f711d0f3b694cdfcf4a965d8419fde94.tar.gz fsf-binutils-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.am')
-rw-r--r-- | ld/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/Makefile.am b/ld/Makefile.am index fe674c4..e89a6c1 100644 --- a/ld/Makefile.am +++ b/ld/Makefile.am @@ -1927,7 +1927,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 $@ $< # We need this for automake to use YLWRAP. EXTRA_ld_new_SOURCES = deffilep.y ldlex.l |