Fix python-quietclean Makefile target.

This commit is contained in:
Martin Ling 2014-07-26 18:34:20 +01:00
parent 58aa1f8359
commit 4711ec660d
1 changed files with 1 additions and 1 deletions

View File

@ -438,7 +438,7 @@ PDIR = bindings/python
python-build: $(PDIR)/timestamp
python-quietclean:
$(AM_V_at)python $(PDIR)/setup.py --quiet clean --all 3>&1 1>&2 2>&3 \
$(AM_V_at)cd $(PDIR) && python setup.py --quiet clean --all 3>&1 1>&2 2>&3 \
| grep -v "can.t clean it"; true
$(PDIR)/timestamp: bindings/cxx/libsigrokxx.la $(PDIR)/sigrok/core/classes.i \