mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-02 21:48:20 +03: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:
@@ -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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user