aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorDouglas B Rupp <rupp@gnat.com>2001-12-24 12:37:36 -0500
committerRichard Kenner <kenner@gcc.gnu.org>2001-12-24 12:37:36 -0500
commit596151e1938b4bfdbd4bf6bb548a365c5ae51117 (patch)
tree166e9765708caa57c58b7f174815bd70336ae0c2 /gcc/Makefile.in
parent5f0d23589fe634ef3b7986a5dc0e389abfe4c917 (diff)
downloadgcc-596151e1938b4bfdbd4bf6bb548a365c5ae51117.zip
gcc-596151e1938b4bfdbd4bf6bb548a365c5ae51117.tar.gz
gcc-596151e1938b4bfdbd4bf6bb548a365c5ae51117.tar.bz2
configure.in (quoted_stage_prefix_set_by_configure): Generate.
* configure.in (quoted_stage_prefix_set_by_configure): Generate. * configure: Regenerated. * Makefile.in (SUBDIR_FLAGS_TO_PASS): Use quoted_stage_prefix_set_by_configure. From-SVN: r48305
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 304075d..8587ff0 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -688,7 +688,7 @@ PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \
-e 's|%||g'
SUBDIR_FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) \
"CC=`echo @quoted_cc_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" \
- "STAGE_PREFIX=`echo @stage_prefix_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`"
+ "STAGE_PREFIX=`echo @quoted_stage_prefix_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`"
#
# Lists of files for various purposes.