This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

patch: tiy typo in libiberty/configure.in


Sat May 30 22:17:13 1998  Mumit Khan  <khan@xraylith.wisc.edu>

	* configure.in (checkfuncs): Add missing "'".

Index: libiberty/configure.in
===================================================================
RCS file: /home/khan/src/CVSROOT/gnu/egcs/libiberty/configure.in,v
retrieving revision 1.1.1.2
diff -u -3 -p -r1.1.1.2 libiberty/configure.in
--- libiberty/configure.in	1998/05/24 23:41:00	1.1.1.2
+++ libiberty/configure.in	1998/05/31 03:16:36
@@ -259,7 +259,7 @@ if test -z "${setobjs}"; then
     funcs="`echo $funcs | sed -e 's/random//'`"
     LIBOBJS="$LIBOBJS random.o"
     vars="`echo $vars | sed -e 's/sys_siglist//'`"
-    checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//`"
+    checkfuncs="`echo $checkfuncs | sed -e 's/strsignal//' -e 's/psignal//'`"
     ;;
 
   *-*-mingw32*)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]