Makefile.tpl: Fix typo.
* Makefile.tpl: Fix typo. * Makefile.in: Regenerate. From-SVN: r204520
This commit is contained in:
parent
1707a5de88
commit
32e6ed9287
3 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
|
||||||
|
|
||||||
|
* Makefile.tpl: Fix typo.
|
||||||
|
* Makefile.in: Regenerate.
|
||||||
|
|
||||||
2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
|
||||||
|
|
||||||
* configure.ac: Added libcilkrts to noconfig list when C++ is not
|
* configure.ac: Added libcilkrts to noconfig list when C++ is not
|
||||||
|
|
|
@ -166,7 +166,7 @@ BUILD_EXPORTS = \
|
||||||
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
||||||
|
|
||||||
# These variables must be set on the make command line for directories
|
# These variables must be set on the make command line for directories
|
||||||
# built for the build system to override those in BASE_FLAGS_TO_PASSS.
|
# built for the build system to override those in BASE_FLAGS_TO_PASS.
|
||||||
EXTRA_BUILD_FLAGS = \
|
EXTRA_BUILD_FLAGS = \
|
||||||
CFLAGS="$(CFLAGS_FOR_BUILD)" \
|
CFLAGS="$(CFLAGS_FOR_BUILD)" \
|
||||||
LDFLAGS="$(LDFLAGS_FOR_BUILD)"
|
LDFLAGS="$(LDFLAGS_FOR_BUILD)"
|
||||||
|
|
|
@ -169,7 +169,7 @@ BUILD_EXPORTS = \
|
||||||
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC;
|
||||||
|
|
||||||
# These variables must be set on the make command line for directories
|
# These variables must be set on the make command line for directories
|
||||||
# built for the build system to override those in BASE_FLAGS_TO_PASSS.
|
# built for the build system to override those in BASE_FLAGS_TO_PASS.
|
||||||
EXTRA_BUILD_FLAGS = \
|
EXTRA_BUILD_FLAGS = \
|
||||||
CFLAGS="$(CFLAGS_FOR_BUILD)" \
|
CFLAGS="$(CFLAGS_FOR_BUILD)" \
|
||||||
LDFLAGS="$(LDFLAGS_FOR_BUILD)"
|
LDFLAGS="$(LDFLAGS_FOR_BUILD)"
|
||||||
|
|
Loading…
Add table
Reference in a new issue