Remove double-colon from clean target which causes breakage in reverse-depends.

Index: petsc/lib/petsc/conf/rules
===================================================================
--- petsc.orig/lib/petsc/conf/rules	2022-10-30 13:54:08.714095671 +0100
+++ petsc/lib/petsc/conf/rules	2022-10-30 13:54:08.710095641 +0100
@@ -82,7 +82,7 @@
               *.class *.ouit *.ad.* g_* silly.cmp *.tmp.* *.ilk *.pdb *.inst.c *.rej *.gcda *.gcno
 	@-${RM} -rf ${CLEANDIRS} *.dSYM AD_cache SunWS_cache
 
-clean:: clean-legacy
+clean: clean-legacy
 
 #
 #  Checks if directory requires particular package or language
Index: petsc/makefile
===================================================================
--- petsc.orig/makefile	2022-10-30 13:54:08.714095671 +0100
+++ petsc/makefile	2022-10-30 13:54:08.710095641 +0100
@@ -333,7 +333,7 @@
 allclean:
 	-@${OMAKE} -f gmakefile clean
 
-clean:: allclean
+clean: allclean
 
 distclean: chk_petscdir
 	@if [ -f ${PETSC_DIR}/${PETSC_ARCH}/lib/petsc/conf/reconfigure-${PETSC_ARCH}.py ]; then \
