From a1ffe65e9ba0e303c48d356ae600eb1839b04b0e Mon Sep 17 00:00:00 2001 From: Mark Dickinson Date: Fri, 2 Apr 2010 20:34:26 +0000 Subject: [PATCH] Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile. --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 766398ab8d2..adccea18943 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' \