summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-10-20 23:20:32 (GMT)
committerGuido van Rossum <guido@python.org>1997-10-20 23:20:32 (GMT)
commit266033e89b52b1ed6264cb0dc3aacd4ab185ed23 (patch)
treeacd912d87fd904443e9f768808ccfa9ff4102fb9 /Modules/Makefile.pre.in
parent7eecc246a7632d3e39db3a648f5934715301886b (diff)
downloadcpython-266033e89b52b1ed6264cb0dc3aacd4ab185ed23.zip
cpython-266033e89b52b1ed6264cb0dc3aacd4ab185ed23.tar.gz
cpython-266033e89b52b1ed6264cb0dc3aacd4ab185ed23.tar.bz2
Change sharedmodules to lib-dynload.
### If you still have sharedmodules in your Modules/Setup file, remove it! ###
Diffstat (limited to 'Modules/Makefile.pre.in')
-rw-r--r--Modules/Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in
index b704448..ba2341a 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -59,7 +59,7 @@ SO= @SO@
LDSHARED= @LDSHARED@
CCSHARED= @CCSHARED@
LINKFORSHARED= @LINKFORSHARED@
-DESTSHARED= $(BINLIBDEST)/sharedmodules
+DESTSHARED= $(BINLIBDEST)/lib-dynload
# Portable install script (configure doesn't always guess right)
INSTALL= @srcdir@/../install-sh -c