From 84a69a90d485a7fc65732405e80cf4ac898a693d Mon Sep 17 00:00:00 2001 From: tibs Date: Mon, 16 Feb 2009 11:03:23 +0000 Subject: [PATCH] Python wrapping: remove the "build" directory when cleaning, and the ".dep" files when distcleaning. --HG-- extra : convert_revision : svn%3Aeff31bef-be4a-0410-a8fe-e47997df2690/trunk%40115 --- python/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/Makefile b/python/Makefile index b8b3a6c..c92499c 100644 --- a/python/Makefile +++ b/python/Makefile @@ -46,7 +46,8 @@ test: setup .PHONY: clean clean: -rm tstools/*.so + -rm -rf build/ .PHONY: distclean distclean: clean - -rm tstools/*.c + -rm tstools/*.c tstools/*.dep