summaryrefslogtreecommitdiff
path: root/Makefile.tpl
diff options
context:
space:
mode:
authorThomas Schwinge <thomas@codesourcery.com>2013-11-07 16:08:10 +0100
committerThomas Schwinge <tschwinge@gcc.gnu.org>2013-11-07 16:08:10 +0100
commit32e6ed9287b94556cd9fe1b8a9e28d84b58dd142 (patch)
tree5174a36bd77b6231f54996ead06d0fbe9dcdc1eb /Makefile.tpl
parent1707a5de88eea3e50166022bfb0a3d5608bb16e5 (diff)
Makefile.tpl: Fix typo.
* Makefile.tpl: Fix typo. * Makefile.in: Regenerate. From-SVN: r204520
Diffstat (limited to 'Makefile.tpl')
-rw-r--r--Makefile.tpl2
1 files changed, 1 insertions, 1 deletions
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)"