summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index de92924691..c76822df06 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -1067,7 +1067,7 @@ python_install: $(PYTHON_OBJS)
$(PYTHON) python/setup.py install
python_clean:
- @if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
+ @-if test -n "$(PYTHON)"; then $(PYTHON) python/setup.py clean; fi
# revert to the previously installed version
revert: