diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:44:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:44:50 (GMT) |
commit | 6fd1df8c44dd986d1ba6458c9583dacda4255180 (patch) | |
tree | c801a7be70643618906c3e02cde346663e00b7a1 /Makefile.pre.in | |
parent | 947a285b97d0a29218ebe565f284779d0d3ad31a (diff) | |
download | cpython-6fd1df8c44dd986d1ba6458c9583dacda4255180.zip cpython-6fd1df8c44dd986d1ba6458c9583dacda4255180.tar.gz cpython-6fd1df8c44dd986d1ba6458c9583dacda4255180.tar.bz2 |
Merged revisions 82934 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r82934 | benjamin.peterson | 2010-07-17 15:39:23 -0500 (Sat, 17 Jul 2010) | 1 line
sharedinstall should depend on sharedmods #9280
........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c60d253..efa0716 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1018,7 +1018,7 @@ libainstall: all # Install the dynamically loadable modules # This goes into $(exec_prefix) -sharedinstall: +sharedinstall: sharedmods $(RUNSHARED) ./$(BUILDPYTHON) -E $(srcdir)/setup.py install \ --prefix=$(prefix) \ --install-scripts=$(BINDIR) \ |