change program_transform_name quoting

This commit is contained in:
David D. Zuhn 1993-06-18 19:04:06 +00:00
parent 6ae55c65c8
commit fe560b9fdf
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ SHELL = /bin/sh
INSTALL = $${srcroot}/install.sh -c
INSTALL_PROGRAM = $(INSTALL)
INSTALL_DATA = $(INSTALL)
INSTALL_XFORM = $(INSTALL) -t="$(program_transform_name)"
INSTALL_XFORM = $(INSTALL) -t='$(program_transform_name)'
AS = as
AR = ar