python: fix hostpython target.

Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell

Patch by Conrad Parker.
This commit is contained in:
Peter Korsgaard 2008-06-16 11:15:51 +00:00
parent 568fffd769
commit 2b57bfa365

View File

@ -89,7 +89,7 @@ $(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
$(MAKE) python Parser/pgen && \ $(MAKE) python Parser/pgen && \
mv python hostpython && \ mv python hostpython && \
mv Parser/pgen Parser/hostpgen && \ mv Parser/pgen Parser/hostpgen && \
-$(MAKE) distclean \ $(MAKE) distclean \
) && \ ) && \
touch $@ touch $@