(program_transform_name): Put -e before sed expression.

(program_transform_cross_name): Likewise.

From-SVN: r8518
This commit is contained in:
Doug Evans 1994-11-19 01:02:32 +00:00
parent 4c70a4f326
commit 822ef9dfda

View File

@ -118,8 +118,8 @@ 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 = s,x,x,
program_transform_cross_name = s,^,$(target)-,
program_transform_name = -e s,x,x,
program_transform_cross_name = -e s,^,$(target)-,
# Tools to use when building a cross-compiler.
# These are used because `configure' appends `cross-make'