Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.

This commit is contained in:
Mark Dickinson 2010-04-02 20:34:26 +00:00
parent 651416d946
commit a1ffe65e9b
1 changed files with 1 additions and 0 deletions

View File

@ -1192,6 +1192,7 @@ distclean: clobber
-rm -f core Makefile Makefile.pre config.status \
Modules/Setup Modules/Setup.local Modules/Setup.config \
Misc/python.pc
-rm -f python*-gdb.py
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
-o -name '[@,#]*' -o -name '*.old' \
-o -name '*.orig' -o -name '*.rej' \