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]
Other format: [Raw text]

libgcc cleanup


This cleans up some left-overs from libgcc as recently discussed:

2007-01-04  Mike Stump  <mrs@apple.com>

        * Makefile.in (MAKEINFO): Remove.
        (PERL): Likewise.

Doing diffs in libgcc:
--- libgcc/Makefile.in.~1~      2007-01-04 12:08:32.000000000 -0800
+++ libgcc/Makefile.in  2007-01-04 13:49:12.000000000 -0800
@@ -65,9 +65,7 @@ AR_FLAGS = rc
 CC = @CC@
 CFLAGS = @CFLAGS@
 RANLIB = @RANLIB@
-MAKEINFO = @MAKEINFO@
 LN_S = @LN_S@
-PERL = @PERL@
 
 PWD_COMMAND = $${PWDCMD-pwd}
 
--------------


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