From ae0d7848d8ecefb58eccbccbf11a44bc9869e44a Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Fri, 24 Jan 1997 18:44:29 +0000 Subject: [PATCH] * ../common/aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in comments and single quotes. Fixes a problem found on hpux. --- sim/arm/configure | 4 ++-- sim/d10v/configure | 4 ++-- sim/erc32/configure | 4 ++-- sim/h8300/configure | 4 ++-- sim/mips/configure | 4 ++-- sim/mn10300/configure | 4 ++-- sim/sh/configure | 4 ++-- sim/v850/configure | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/sim/arm/configure b/sim/arm/configure index 0a330dc..1af4e55 100755 --- a/sim/arm/configure +++ b/sim/arm/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 = diff --git a/sim/d10v/configure b/sim/d10v/configure index 0a330dc..1af4e55 100755 --- a/sim/d10v/configure +++ b/sim/d10v/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 = diff --git a/sim/erc32/configure b/sim/erc32/configure index 0a1bec9..1cd4a4e 100755 --- a/sim/erc32/configure +++ b/sim/erc32/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 = diff --git a/sim/h8300/configure b/sim/h8300/configure index cc0a971..ea3f7b0 100755 --- a/sim/h8300/configure +++ b/sim/h8300/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 = diff --git a/sim/mips/configure b/sim/mips/configure index fb90762..a7c9da4 100755 --- a/sim/mips/configure +++ b/sim/mips/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 = diff --git a/sim/mn10300/configure b/sim/mn10300/configure index 0a330dc..1af4e55 100755 --- a/sim/mn10300/configure +++ b/sim/mn10300/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 = 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 = diff --git a/sim/v850/configure b/sim/v850/configure index 0a330dc..1af4e55 100755 --- a/sim/v850/configure +++ b/sim/v850/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 = -- 2.7.4