Przeglądaj źródła

python: fix hostpython target.

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

Patch by Conrad Parker.
Peter Korsgaard 17 lat temu
rodzic
commit
2b57bfa365
1 zmienionych plików z 1 dodań i 1 usunięć
  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 $@