Makefile.tpl: Fix typo.
authorThomas Schwinge <thomas@codesourcery.com>
Thu, 7 Nov 2013 15:08:10 +0000 (16:08 +0100)
committerThomas Schwinge <tschwinge@gcc.gnu.org>
Thu, 7 Nov 2013 15:08:10 +0000 (16:08 +0100)
* Makefile.tpl: Fix typo.
* Makefile.in: Regenerate.

From-SVN: r204520

ChangeLog
Makefile.in
Makefile.tpl

index 35f33673a108a94f8a20ad0d62c16d2ba2553b63..00bf1d5ea31de90d29089a0666776b5db92fa61b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index e0ba7848434aeab90b15a52e65203ffc29c60a25..b7abadb43f4d1a8035ce0d1bbbb3604910a15e03 100644 (file)
@@ -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)"
index 65d070b946e82a6bb68c0d0568aa80d3ed06ca25..92f3f6156c6b9bd42bc775b8bdb331d72e10071a 100644 (file)
@@ -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)"