diff options
Diffstat (limited to 'python2.7/Makefile')
-rw-r--r-- | python2.7/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python2.7/Makefile b/python2.7/Makefile index 88547f3..8628a2b 100644 --- a/python2.7/Makefile +++ b/python2.7/Makefile @@ -38,7 +38,7 @@ configure-options += \ # Ensure Makefile goes into /usr/lib/pythonX.Y/config -# (where rumtime will look it for), +# (where runtime will look it for), # not into /usr/lib/amd64/pythonX.Y/config: install-%-stamp: make-vars += LIBPL=$(prefix)/lib/python$(pyver)/config |