From 811d0279c1c194f1ac50b205fd7c3a59f27abd1b Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 29 Apr 2007 21:37:24 +0000 Subject: r22578: Remove python build directory and generated smbadduser. Patch originally by the Debian packaging team for Samba. (This used to be commit f46492a4dbb61e452ed1a93909986996b7aa2558) --- source3/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source3/Makefile.in b/source3/Makefile.in index f98ca90347..aa6dbbf1d3 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -1799,6 +1799,7 @@ python_install: $(PYTHON_OBJ) python_clean: @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi + @-rm -rf build/ # revert to the previously installed version revert: @@ -1990,6 +1991,7 @@ realclean: clean delheaders distclean: realclean -rm -f include/stamp-h + -rm -f smbadduser -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps TAGS -- cgit