From e63474569230bd0f552f3399e6b4640c7f49c57d Mon Sep 17 00:00:00 2001 From: Chip Salzenberg Date: Tue, 7 Oct 1997 15:59:26 +0000 Subject: [PATCH] Makefile.in (program_transform_name): Let autoconf substitute the correct value. * Makefile.in (program_transform_name): Let autoconf substitute the correct value. From-SVN: r15854 --- gcc/ChangeLog | 5 +++++ gcc/Makefile.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index edb1de021d8..34e49a518ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +Tue Oct 7 10:01:45 1997 Chip Salzenberg + + * Makefile.in (program_transform_name): Let autoconf substitute + the correct value. + Tue Oct 7 09:54:35 1997 Jeffrey A Law (law@cygnus.com) * haifa-sched.c (schedule_block): If the first real insn in a diff --git a/gcc/Makefile.in b/gcc/Makefile.in index d6c912a5571..a9adf6fe3a5 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -155,7 +155,7 @@ ENQUIRE_CFLAGS = -DNO_MEM -DNO_LONG_DOUBLE_IO -O0 ENQUIRE_LDFLAGS = $(LDFLAGS) # Sed command to transform gcc to installed name. Overwritten by configure. -program_transform_name = -e s,x,x, +program_transform_name = @program_transform_name@ program_transform_cross_name = -e s,^,$(target_alias)-, # Tools to use when building a cross-compiler. -- 2.30.2