From: tschwinge Date: Thu, 7 Nov 2013 15:08:10 +0000 (+0000) Subject: * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. X-Git-Tag: gdb-7.7-release~573 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2440009db092007cf200401fe1b1c8c10fd41b94;p=external%2Fbinutils.git * Makefile.tpl: Fix typo. * Makefile.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204520 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/ChangeLog b/ChangeLog index 7d3053c..a50475a 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 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)"