(clean): Delete LIB2FUNCS_EXTRA.
authorJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 23:07:43 +0000 (16:07 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Sat, 2 Jul 1994 23:07:43 +0000 (16:07 -0700)
From-SVN: r7644

gcc/Makefile.in

index 00c0a17..d0166cf 100644 (file)
@@ -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 \