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

source3/Makefile.in

index efc3b935b4b241613e6bd66986ac940ab86364a1..cbd8418a4882489c6cc2cf9dedc38cf3a8c3ae29 100644 (file)
@@ -1085,7 +1085,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: