diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:41:16 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-07-17 20:41:16 (GMT) |
commit | 4082d9ba0e9dd68e0b336037d897d0c1922d2620 (patch) | |
tree | 09b2f4bc79d999bcbd11cbe180fc6b2cca0b26f5 /Makefile.pre.in | |
parent | 9960eef07cbd4255f1e016f90af8e75754d6d90f (diff) | |
download | cpython-4082d9ba0e9dd68e0b336037d897d0c1922d2620.zip cpython-4082d9ba0e9dd68e0b336037d897d0c1922d2620.tar.gz cpython-4082d9ba0e9dd68e0b336037d897d0c1922d2620.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 2d18d62..b26b3bc 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1042,7 +1042,7 @@ libainstall: all python-config # 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) \ |