Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
authorNick Clifton <nickc@redhat.com>
Wed, 11 Jul 2007 08:29:47 +0000 (08:29 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Wed, 11 Jul 2007 08:29:47 +0000 (08:29 +0000)
* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
* Makefile.in: Regenerate.

From-SVN: r126541

ChangeLog
Makefile.in
Makefile.tpl

index 227774a3c0d13d82cf02e3a92906be366cdb4037..3dfca8d5f1bd1663b3b9148eab5a2d908a7b5654 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-07-11  Nick Clifton  <nickc@redhat.com>
+
+       * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
+       WINDRES export.
+       * Makefile.in: Regenerate.
+
 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
 
        * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
index d65529360fcda0baa6deeb0f2f29f6741e0d791f..f6fb2dae451b9ad6ca0d736a307d6bb03ef6d1c5 100644 (file)
@@ -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.
index 128a3a6ba4bd1806ddd01d5d5ca7a1fdf473017d..b49001dc6e8965e460b9976d0c9748b437ab2388 100644 (file)
@@ -136,7 +136,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.