aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-07-11 08:29:47 +0000
committerNick Clifton <nickc@gcc.gnu.org>2007-07-11 08:29:47 +0000
commit0136f2f71ad3911e4efebe11670422a5cc3efc16 (patch)
tree1e6b479957bf5cc7cfc3b5c993a1b9c1eeef9675 /Makefile.in
parent0dcd2e787206d0b257dcea7ba7417909b30eb536 (diff)
downloadgcc-0136f2f71ad3911e4efebe11670422a5cc3efc16.zip
gcc-0136f2f71ad3911e4efebe11670422a5cc3efc16.tar.gz
gcc-0136f2f71ad3911e4efebe11670422a5cc3efc16.tar.bz2
Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export. * Makefile.in: Regenerate. From-SVN: r126541
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d655293..f6fb2da 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -133,7 +133,7 @@ BUILD_EXPORTS = \
LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
NM="$(NM_FOR_BUILD)"; export NM; \
RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
- WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES;
+ WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
# This is the list of directories to built for the host system.