From: Richard Kenner Date: Wed, 16 Nov 1994 00:11:53 +0000 (-0500) Subject: (libgcc2.a): Add missing semicolon in commented code that could cause X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f9a329089bad9dcdc86a9674d893133a4e791031;p=gcc.git (libgcc2.a): Add missing semicolon in commented code that could cause a /bin/sh syntax error if uncommented. From-SVN: r8449 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index a41aedd966f..9c054bd5772 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -822,7 +822,7 @@ libgcc2.a: libgcc2.c libgcc2.ready $(CONFIG_H) $(LIB2FUNCS_EXTRA) \ # These lines were deleted from above the mv command # because ranlibing libgcc.a itself should suffice. # -if [ x${HPUX_GAS} = x ] ; then \ -# if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc2.a; else true; fi \ +# if $(RANLIB_TEST) ; then $(RANLIB) tmplibgcc2.a; else true; fi; \ # else true; fi # Combine the various libraries into a single library, libgcc.a.