OSDN Git Service

* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jul 2007 08:29:47 +0000 (08:29 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 11 Jul 2007 08:29:47 +0000 (08:29 +0000)
* Makefile.in: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126541 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
Makefile.in
Makefile.tpl

index 227774a..3dfca8d 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 d655293..f6fb2da 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 128a3a6..b49001d 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.