aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortschwinge <tschwinge@138bc75d-0d04-0410-961f-82ee72b054a4>2013-11-07 15:08:10 +0000
committerTom Tromey <tromey@redhat.com>2013-11-08 11:11:42 -0700
commit2440009db092007cf200401fe1b1c8c10fd41b94 (patch)
tree21eeb6abe58599e607b5b27dc627ec5be206a2c3
parent9aaf2a7e2c00987677b06bedda07c8b4f1445c70 (diff)
downloadfsf-binutils-gdb-2440009db092007cf200401fe1b1c8c10fd41b94.zip
fsf-binutils-gdb-2440009db092007cf200401fe1b1c8c10fd41b94.tar.gz
fsf-binutils-gdb-2440009db092007cf200401fe1b1c8c10fd41b94.tar.bz2
* Makefile.tpl: Fix typo. * Makefile.in: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@204520 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in2
-rw-r--r--Makefile.tpl2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d3053c..a50475a 100644
--- 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
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)"