diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 19:17:07 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1997-06-09 19:17:07 -0400 |
commit | 6920c3913fcbb7d12b7f087120802fcdb3877dd5 (patch) | |
tree | d258c55ab83a2f5907e48a47f6ef7515484c0cf2 | |
parent | 5206026782454224a415c22b3518adbe10f3ba93 (diff) | |
download | gcc-6920c3913fcbb7d12b7f087120802fcdb3877dd5.zip gcc-6920c3913fcbb7d12b7f087120802fcdb3877dd5.tar.gz gcc-6920c3913fcbb7d12b7f087120802fcdb3877dd5.tar.bz2 |
(target_alias): Substitute with target_alias.
From-SVN: r14204
-rw-r--r-- | gcc/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 58ed057..5cb7447 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -179,7 +179,7 @@ PREMADE_ATTRTAB_MD = Makefile # Guaranteed not to cmp equal to md. PREMADE_ATTRTAB = target=@target@ -target_alias=@target@ +target_alias=@target_alias@ xmake_file=@dep_host_xmake_file@ tmake_file=@dep_tmake_file@ out_file=$(srcdir)/config/@out_file@ |