diff options
author | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-11 08:29:47 +0000 |
---|---|---|
committer | nickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-11 08:29:47 +0000 |
commit | 2590e4db8b2ef59bd92acdd50593ca46c5fd1cdd (patch) | |
tree | 1e6b479957bf5cc7cfc3b5c993a1b9c1eeef9675 /Makefile.in | |
parent | 64966d8b4c6bbd5ae095d5ad10fd3f50e09f77a4 (diff) | |
download | gcc-2590e4db8b2ef59bd92acdd50593ca46c5fd1cdd.tar.gz |
* Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the WINDRES export.
* Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126541 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d65529360fc..f6fb2dae451 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. |