projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
568fffd
)
python: fix hostpython target.
author
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 16 Jun 2008 11:15:51 +0000
(11:15 -0000)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/python/python.mk
b/package/python/python.mk
index 82c938e9f56f26703682434336d8506167a01554..53d59c812f3f574ee6a0d8741b2b9b45ad2d1b69 100644
(file)
--- a/
package/python/python.mk
+++ b/
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 $@