summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-11 20:39:56 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-11 20:39:56 +0000
commit61d50ea121ff54c5f96384c80d1ec8392df24481 (patch)
tree359a3dae29c25badda38451f6b95c8827426054f
parent3484eefde0d7f7ba7def1b5a366fa0e242203b92 (diff)
downloadcpython-61d50ea121ff54c5f96384c80d1ec8392df24481.tar.gz
Fix error in make command.
-rw-r--r--cpython.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpython.morph b/cpython.morph
index 2c2399af31..4a616c8d57 100644
--- a/cpython.morph
+++ b/cpython.morph
@@ -4,5 +4,5 @@ build-system: autotools
configure-commands:
- ./configure --prefix="$PREFIX" --enable-shared
install-commands:
-- ./make DESTDIR="$DESTDIR" install,
+- make DESTDIR="$DESTDIR" install,
- ln -s $BINDIR/python2.7 $DESTDIR/$BINDIR/python2