]> granicus.if.org Git - python/commitdiff
In 'make clean', delete some files that are generated by the _ctypes/libffi
authorThomas Heller <theller@ctypes.org>
Wed, 15 Mar 2006 08:34:38 +0000 (08:34 +0000)
committerThomas Heller <theller@ctypes.org>
Wed, 15 Mar 2006 08:34:38 +0000 (08:34 +0000)
configure step.

Makefile.pre.in

index 5f2e98408fd71f1b5bd7122a58cae5d0ff9b83cc..056b57803ab9045cde3c25ec921d7bf89c1caf25 100644 (file)
@@ -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) \