From a516ce545bbea457697d12217da812e800d8add7 Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Sat, 2 Jul 1994 16:07:43 -0700 Subject: [PATCH] (clean): Delete LIB2FUNCS_EXTRA. From-SVN: r7644 --- gcc/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 00c0a17d295f..d0166cff9946 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 \ -- 2.47.2