From: Jim Wilson Date: Sat, 2 Jul 1994 23:07:43 +0000 (-0700) Subject: (clean): Delete LIB2FUNCS_EXTRA. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a516ce545bbea457697d12217da812e800d8add7;p=platform%2Fupstream%2Fgcc.git (clean): Delete LIB2FUNCS_EXTRA. From-SVN: r7644 --- diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 00c0a17..d0166cf 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1761,7 +1761,8 @@ clean: mostlyclean bytecode.clean lang.clean # but the spec for `make clean' requires it. # Using unprotoize.c is not quite right in the first place, # but what better way is there? - -rm -f libgcc.a libgcc1.a libgcc2.a libgcc2.ready libgcc1.null + -rm -f libgcc.a libgcc1.a libgcc2.a libgcc2.ready + -rm -f libgcc1.null $(LIB2FUNCS_EXTRA) -rm -f *.dvi -rm -f */*.dvi -if [ -f md.pre-cpp ]; then \