From 1496daef02449e9e20a95a453ea93084f84da7c8 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Fri, 10 Jan 1997 07:16:56 -0500 Subject: (FLAGS_TO_PASS): Add STAGE_PREFIX, set by configure. From-SVN: r13481 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gcc') diff --git a/gcc/Makefile.in b/gcc/Makefile.in index aa12fc0..52fc20a 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1,5 +1,5 @@ # Makefile for GNU C compiler. -# Copyright (C) 1987, 88, 90-95, 1996 Free Software Foundation, Inc. +# Copyright (C) 1987, 88, 90-96, 1997 Free Software Foundation, Inc. #This file is part of GNU CC. @@ -502,6 +502,7 @@ FLAGS_TO_PASS = \ "RANLIB_FOR_TARGET=$(RANLIB_FOR_TARGET)" \ "RANLIB_TEST_FOR_TARGET=$(RANLIB_TEST_FOR_TARGET)" \ "SHELL=$(SHELL)" \ + "STAGE_PREFIX=set-by-configure" \ "exeext=$(exeext)" \ "objext=$(objext)" \ "exec_prefix=$(exec_prefix)" \ -- cgit v1.1