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
This commit is contained in:
Chip Salzenberg 1997-10-07 15:59:26 +00:00 committed by Jeff Law
parent 1447b516d2
commit e634745692
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Oct 7 10:01:45 1997 Chip Salzenberg <chip@rio.atlantic.net>
* 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

View File

@ -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.