Add python-gdb.py and python.exe-gdb.py to distclean target in Makefile.
This commit is contained in:
parent
651416d946
commit
a1ffe65e9b
|
@ -1192,6 +1192,7 @@ distclean: clobber
|
||||||
-rm -f core Makefile Makefile.pre config.status \
|
-rm -f core Makefile Makefile.pre config.status \
|
||||||
Modules/Setup Modules/Setup.local Modules/Setup.config \
|
Modules/Setup Modules/Setup.local Modules/Setup.config \
|
||||||
Misc/python.pc
|
Misc/python.pc
|
||||||
|
-rm -f python*-gdb.py
|
||||||
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
|
find $(srcdir) '(' -name '*.fdc' -o -name '*~' \
|
||||||
-o -name '[@,#]*' -o -name '*.old' \
|
-o -name '[@,#]*' -o -name '*.old' \
|
||||||
-o -name '*.orig' -o -name '*.rej' \
|
-o -name '*.orig' -o -name '*.rej' \
|
||||||
|
|
Loading…
Reference in New Issue