* aclocal.m4 (COMMON_MAKEFILE_FRAG): Quote a couple of $'s in
authorStu Grossman <grossman@cygnus>
Fri, 24 Jan 1997 18:42:34 +0000 (18:42 +0000)
committerStu Grossman <grossman@cygnus>
Fri, 24 Jan 1997 18:42:34 +0000 (18:42 +0000)
comments and single quotes.  Fixes a problem found on hpux.

sim/common/ChangeLog
sim/common/aclocal.m4

index ab2f4994064f5d4a544ee960071a7fbb9a190c63..af74523d0812a2545072672af7eb91015b5757bd 100644 (file)
@@ -1,3 +1,8 @@
+Fri Jan 24 10:37:17 1997  Stu Grossman  (grossman@critters.cygnus.com)
+
+       * aclocal.m4 (COMMON_MAKEFILE_FRAG):  Quote a couple of $'s in
+       comments and single quotes.  Fixes a problem found on hpux.
+
 Thu Jan 23 13:35:03 1997  Stu Grossman  (grossman@critters.cygnus.com)
 
        * aclocal.m4:  Remove Make-common.in from dependencies.
index 767ef42a9613a3ca8c2bde33f70743944cc4eb73..69a3c155c34f1df426ba9bdcb48bf86903e261b2 100644 (file)
@@ -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 =