From 32e6ed9287b94556cd9fe1b8a9e28d84b58dd142 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Thu, 7 Nov 2013 16:08:10 +0100 Subject: [PATCH] Makefile.tpl: Fix typo. * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. From-SVN: r204520 --- ChangeLog | 5 +++++ Makefile.in | 2 +- Makefile.tpl | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 35f33673a10..00bf1d5ea31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-11-07 Thomas Schwinge + + * Makefile.tpl: Fix typo. + * Makefile.in: Regenerate. + 2013-11-04 Balaji V. Iyer * configure.ac: Added libcilkrts to noconfig list when C++ is not diff --git a/Makefile.in b/Makefile.in index e0ba7848434..b7abadb43f4 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 65d070b946e..92f3f6156c6 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)"