From ae0d7848d8ecefb58eccbccbf11a44bc9869e44a Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 24 Jan 1997 18:44:29 +0000 Subject: * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in comments and single quotes. Fixes a problem found on hpux. --- sim/sh/configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sim/sh') diff --git a/sim/sh/configure b/sim/sh/configure index 0a330dc..1af4e55 100755 --- a/sim/sh/configure +++ b/sim/sh/configure @@ -1137,7 +1137,7 @@ SHELL = /bin/sh INSTALL = \$(srcroot)/install.sh -c INSTALL_PROGRAM = ${INSTALL_PROGRAM} INSTALL_DATA = ${INSTALL_DATA} -INSTALL_XFORM = \$(INSTALL) -t='$(program_transform_name)' +INSTALL_XFORM = \$(INSTALL) -t='\$(program_transform_name)' INSTALL_XFORM1= \$(INSTALL_XFORM) -b=.1 CC = ${CC} @@ -1162,7 +1162,7 @@ MAKEINFO = makeinfo # List of object files, less common parts. #SIM_OBJS = -# List of flags to always pass to $(CC). +# List of flags to always pass to \$(CC). #SIM_EXTRA_CFLAGS = # List of extra libraries to link with. #SIM_EXTRA_LIBS = -- cgit v1.1