mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 21:26:36 +00:00
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 && \
|
$(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 $@
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user