python: fix hostpython target.
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:15:51 +0000 (11:15 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:15:51 +0000 (11:15 -0000)
Remove invalid hyphen in front of -$(MAKE) in the middle of a subshell

Patch by Conrad Parker.

package/python/python.mk

index 82c938e9f56f26703682434336d8506167a01554..53d59c812f3f574ee6a0d8741b2b9b45ad2d1b69 100644 (file)
@@ -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 $@