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:
parent
568fffd769
commit
2b57bfa365
@ -89,7 +89,7 @@ $(PYTHON_DIR)/.hostpython: $(PYTHON_DIR)/.patched
|
||||
$(MAKE) python Parser/pgen && \
|
||||
mv python hostpython && \
|
||||
mv Parser/pgen Parser/hostpgen && \
|
||||
-$(MAKE) distclean \
|
||||
$(MAKE) distclean \
|
||||
) && \
|
||||
touch $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user