diff options
author | Stu Grossman <grossman@cygnus> | 1997-01-24 18:44:29 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-01-24 18:44:29 +0000 |
commit | ae0d7848d8ecefb58eccbccbf11a44bc9869e44a (patch) | |
tree | 88a087cb0f9b5f4d141bc9f4cb653883b36a7b6e /sim/d10v | |
parent | 76e2c9aeb712a540263ad80816c2871058cebfe6 (diff) | |
download | gdb-ae0d7848d8ecefb58eccbccbf11a44bc9869e44a.zip gdb-ae0d7848d8ecefb58eccbccbf11a44bc9869e44a.tar.gz gdb-ae0d7848d8ecefb58eccbccbf11a44bc9869e44a.tar.bz2 |
* ../common/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/d10v')
-rwxr-xr-x | sim/d10v/configure | 4 |
1 files changed, 2 insertions, 2 deletions
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 = |