summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-04-02 20:34:26 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-04-02 20:34:26 (GMT)
commita1ffe65e9ba0e303c48d356ae600eb1839b04b0e (patch)
treeedea50c801529b04d81bb5b9a4e6c5bda9ccb7a5 /Makefile.pre.in
parent651416d9463690bc141cfe63f22557aeffb807ce (diff)
downloadcpython-a1ffe65e9ba0e303c48d356ae600eb1839b04b0e.zip
cpython-a1ffe65e9ba0e303c48d356ae600eb1839b04b0e.tar.gz
cpython-a1ffe65e9ba0e303c48d356ae600eb1839b04b0e.tar.bz2
Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 766398a..adccea1 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' \