1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

Ignore errors on python_clean target.

(This used to be commit 9e4eba0ae5)
This commit is contained in:
Tim Potter 2003-02-21 05:51:37 +00:00
parent eae0617c4e
commit e5249ff9b0

View File

@ -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: