Explorar o código

python: fix hostpython target.

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

Patch by Conrad Parker.
Peter Korsgaard %!s(int64=17) %!d(string=hai) anos
pai
achega
2b57bfa365
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      package/python/python.mk

+ 1 - 1
package/python/python.mk

@@ -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 $@