summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-10-27 18:52:17 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-10-27 18:52:17 +0200
commit79c568c1764d763fc5303835924087b21c508be7 (patch)
tree0cba13ad050ef5697edc4dacb65282ab3f47627f
parent1c769d92f806df4b892fcef41ae67c40fc3c9054 (diff)
downloadgpsd-79c568c1764d763fc5303835924087b21c508be7.tar.gz
Better clean for the various Python leftovers.
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 8b22222e..cbfe4d46 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -363,7 +363,9 @@ endif
# Clean up after Python and QT
clean-local:
if HAVE_PYTHON
- rm -rf build gps/*.so
+ rm -rf build
+ rm -f gps/*.so gps/*.pyc stamp-python*.tmp
+ for i in $(PYTHONSCRIPTS_DIST); do rm -f $${i}c; done
endif
if LIB_Q_GPSMM_ENABLE
if test -r $(srcdir)/libQgpsmm/Makefile; then \