From: Mark Dickinson Date: Fri, 2 Apr 2010 20:34:26 +0000 (+0000) Subject: Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. X-Git-Tag: v2.7b1~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a1ffe65e9ba0e303c48d356ae600eb1839b04b0e;p=python Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 766398ab8d..adccea1894 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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' \