From d77eb1ff43013af0b1f40172df4866a32ef74605 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Wed, 15 Mar 2006 08:34:38 +0000 Subject: [PATCH] In 'make clean', delete some files that are generated by the _ctypes/libffi configure step. --- Makefile.pre.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 5f2e98408f..056b57803a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -974,6 +974,8 @@ clean: find . -name '*.o' -exec rm -f {} ';' find . -name '*.s[ol]' -exec rm -f {} ';' find $(srcdir) -name '*.py[co]' -exec rm -f {} ';' + find $(srcdir) -name 'fficonfig.h' -exec rm -f {} ';' + find $(srcdir) -name 'fficonfig.py' -exec rm -f {} ';' clobber: clean -rm -f $(BUILDPYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \ -- 2.40.0