aboutsummaryrefslogtreecommitdiff
path: root/gcc/configure.lang
diff options
context:
space:
mode:
authorRichard Henderson <rth@cygnus.com>1998-10-08 16:48:47 +0000
committerRichard Henderson <rth@cygnus.com>1998-10-08 16:48:47 +0000
commit04af8357a3460aadde12fda4b5281b67a1320484 (patch)
tree64192a2408c2b21b27a3505143fc8916e1dbb824 /gcc/configure.lang
parent13dc3bd31d526d3ec86ceb12be1fffc090966334 (diff)
* Merge from EGCS mainline, tag gc_merge_981008.
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/egcs_gc_branch@22927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.lang')
-rw-r--r--gcc/configure.lang4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/configure.lang b/gcc/configure.lang
index 6932f8fa4f6..d96b6d8d531 100644
--- a/gcc/configure.lang
+++ b/gcc/configure.lang
@@ -3,7 +3,7 @@
# subdirectories which conform to the old GCC configure mechanism
# for such subdirectories.
-# Copyright (C) 1997 Free Software Foundation, Inc.
+# Copyright (C) 1997, 1998 Free Software Foundation, Inc.
#This file is part of GNU CC.
@@ -180,7 +180,7 @@ $program_transform_name/" \
rm Makefile.sed
echo 's| ||' > Makefile.sed
echo "s|^target=.*$|target=${target}|" >> Makefile.sed
- echo "s|^target_alias=.*$|target=${target_alias}|" >> Makefile.sed
+ echo "s|^target_alias=.*$|target_alias=${target_alias}|" >> Makefile.sed
echo "s|^xmake_file=.*$|xmake_file=${dep_host_xmake_file}|" >> Makefile.sed
echo "s|^tmake_file=.*$|tmake_file=${dep_tmake_file}|" >> Makefile.sed
echo "s|^version=.*$|version=${version}|" >> Makefile.sed