summaryrefslogtreecommitdiffstats
path: root/aclocal.m4
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-10 13:22:48 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-07-10 13:22:48 +0000
commit32067a30832afd82d5629b0f114434b7c475f38b (patch)
tree5ae049fce78f630c02e7aa92b885ab69f1fa90e3 /aclocal.m4
parentPatch from David Fiddes <D.J.Fiddes@hw.ac.uk>. Comments below: (diff)
downloadrtems-32067a30832afd82d5629b0f114434b7c475f38b.tar.bz2
Regenerated after patch from David Fiddes <D.J.Fiddes@hw.ac.uk> for
one of the aclocal macros.
Diffstat (limited to '')
-rw-r--r--aclocal.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/aclocal.m4 b/aclocal.m4
index 5ca10a3f01..8df0d272fa 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -276,7 +276,7 @@ AC_DEFUN(RTEMS_GCC_PRINT,
*cygwin32*)
dnl FIXME: Hack for cygwin/egcs reporting mixed '\\' and '/'
dnl Should be removed once cygwin/egcs reports '/' only
- $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e "s%\\\\%/%g" `
+ $1=`$CC_FOR_TARGET --print-prog-name=$2 | sed -e 's%\\\\%/%g' `
;;
*)
$1=`$CC_FOR_TARGET --print-prog-name=$2`