diff options
author | Stu Grossman <grossman@cygnus> | 1997-01-24 18:42:34 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-01-24 18:42:34 +0000 |
commit | 76e2c9aeb712a540263ad80816c2871058cebfe6 (patch) | |
tree | 90fe7c4a1f7cc6d060cc4825e8bc527186ad6641 /sim/common/aclocal.m4 | |
parent | 018f9eb41f99edad43ad5c48c94842246570a230 (diff) | |
download | gdb-76e2c9aeb712a540263ad80816c2871058cebfe6.zip gdb-76e2c9aeb712a540263ad80816c2871058cebfe6.tar.gz gdb-76e2c9aeb712a540263ad80816c2871058cebfe6.tar.bz2 |
* aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
comments and single quotes. Fixes a problem found on hpux.
Diffstat (limited to 'sim/common/aclocal.m4')
-rw-r--r-- | sim/common/aclocal.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sim/common/aclocal.m4 b/sim/common/aclocal.m4 index 767ef42..69a3c15 100644 --- a/sim/common/aclocal.m4 +++ b/sim/common/aclocal.m4 @@ -145,7 +145,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} @@ -170,7 +170,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 = |