summaryrefslogtreecommitdiffstats
path: root/Modules/Makefile.pre.in
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-10-20 21:59:38 (GMT)
committerGuido van Rossum <guido@python.org>1994-10-20 21:59:38 (GMT)
commit2ce15a59f7e408d5986a41e9350e71e3c7b5d879 (patch)
tree50fdc3db70e6ebad956a6f45e4ad2af0be42c46c /Modules/Makefile.pre.in
parent89910656d183b1c2dfb9c14b045390ff1d73ae42 (diff)
downloadcpython-2ce15a59f7e408d5986a41e9350e71e3c7b5d879.zip
cpython-2ce15a59f7e408d5986a41e9350e71e3c7b5d879.tar.gz
cpython-2ce15a59f7e408d5986a41e9350e71e3c7b5d879.tar.bz2
always make sharedmods
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 ff1ca9c..f4460d6 100644
--- a/Modules/Makefile.pre.in
+++ b/Modules/Makefile.pre.in
@@ -68,7 +68,7 @@ SYSLIBS= $(LIBM) $(LIBC)
# === Rules ===
-all: $(LIB) ../python
+all: $(LIB) ../python sharedmods
$(LIB): $(OBJS) Makefile
-rm -f $(LIB)