mirror of git://gcc.gnu.org/git/gcc.git
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
This commit is contained in:
parent
0dcd2e7872
commit
0136f2f71a
|
|
@ -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>
|
2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
|
||||||
|
|
||||||
* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
|
* MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
|
||||||
|
|
|
||||||
|
|
@ -133,7 +133,7 @@ BUILD_EXPORTS = \
|
||||||
LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
|
LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
|
||||||
NM="$(NM_FOR_BUILD)"; export NM; \
|
NM="$(NM_FOR_BUILD)"; export NM; \
|
||||||
RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
|
RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
|
||||||
WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES;
|
WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
|
||||||
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
||||||
|
|
||||||
# This is the list of directories to built for the host system.
|
# This is the list of directories to built for the host system.
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@ BUILD_EXPORTS = \
|
||||||
LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
|
LDFLAGS="$(LDFLAGS_FOR_BUILD)"; export LDFLAGS; \
|
||||||
NM="$(NM_FOR_BUILD)"; export NM; \
|
NM="$(NM_FOR_BUILD)"; export NM; \
|
||||||
RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
|
RANLIB="$(RANLIB_FOR_BUILD)"; export RANLIB; \
|
||||||
WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES;
|
WINDRES="$(WINDRES_FOR_BUILD)"; export WINDRES; \
|
||||||
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
||||||
|
|
||||||
# This is the list of directories to built for the host system.
|
# This is the list of directories to built for the host system.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue