Ignore errors on python_clean target.
authorTim Potter <tpot@samba.org>
Fri, 21 Feb 2003 05:51:37 +0000 (05:51 +0000)
committerTim Potter <tpot@samba.org>
Fri, 21 Feb 2003 05:51:37 +0000 (05:51 +0000)
(This used to be commit 9e4eba0ae593cc4422a5ce7bbdc4ab9f06d017b7)

source3/Makefile.in

index de9292469180596319c4632f078987f4a0d67d99..c76822df06e685ea104ff0224ccd306b3d44004e 100644 (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: