Index: Makefile.pre.in =================================================================== --- Makefile.pre.in (revision 88859) +++ Makefile.pre.in (working copy) @@ -1171,7 +1171,7 @@ find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' clean: pycremoval - find . -name '*.o' -exec rm -f {} ';' + find . -name '*.[oa]' -exec rm -f {} ';' find . -name '*.s[ol]' -exec rm -f {} ';' find build -name 'fficonfig.h' -exec rm -f {} ';' || true find build -name 'fficonfig.py' -exec rm -f {} ';' || true