From f9a329089bad9dcdc86a9674d893133a4e791031 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 15 Nov 1994 19:11:53 -0500 Subject: [PATCH] (libgcc2.a): Add missing semicolon in commented code that could cause a /bin/sh syntax error if uncommented. From-SVN: r8449 --- gcc/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.30.2