diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-11-07 16:08:10 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2013-11-07 16:08:10 +0100 |
commit | 32e6ed9287b94556cd9fe1b8a9e28d84b58dd142 (patch) | |
tree | 5174a36bd77b6231f54996ead06d0fbe9dcdc1eb | |
parent | 1707a5de88eea3e50166022bfb0a3d5608bb16e5 (diff) | |
download | gcc-32e6ed9287b94556cd9fe1b8a9e28d84b58dd142.zip gcc-32e6ed9287b94556cd9fe1b8a9e28d84b58dd142.tar.gz gcc-32e6ed9287b94556cd9fe1b8a9e28d84b58dd142.tar.bz2 |
Makefile.tpl: Fix typo.
* Makefile.tpl: Fix typo.
* Makefile.in: Regenerate.
From-SVN: r204520
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | Makefile.in | 2 | ||||
-rw-r--r-- | Makefile.tpl | 2 |
3 files changed, 7 insertions, 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> * configure.ac: Added libcilkrts to noconfig list when C++ is not diff --git a/Makefile.in b/Makefile.in index e0ba784..b7abadb 100644 --- a/Makefile.in +++ b/Makefile.in @@ -166,7 +166,7 @@ BUILD_EXPORTS = \ WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC; # 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 = \ CFLAGS="$(CFLAGS_FOR_BUILD)" \ LDFLAGS="$(LDFLAGS_FOR_BUILD)" diff --git a/Makefile.tpl b/Makefile.tpl index 65d070b..92f3f61 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -169,7 +169,7 @@ BUILD_EXPORTS = \ WINDMC="$(WINDMC_FOR_BUILD)"; export WINDMC; # 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 = \ CFLAGS="$(CFLAGS_FOR_BUILD)" \ LDFLAGS="$(LDFLAGS_FOR_BUILD)" |