]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
always make sharedmods
authorGuido van Rossum <guido@python.org>
Thu, 20 Oct 1994 21:59:38 +0000 (21:59 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Oct 1994 21:59:38 +0000 (21:59 +0000)
Modules/Makefile.pre.in

index ff1ca9cacc6761659501e7d9a18d370317796f86..f4460d6df30293800b9dd325839cf88c1671c237 100644 (file)
@@ -68,7 +68,7 @@ SYSLIBS=      $(LIBM) $(LIBC)
 
 # === Rules ===
 
-all:           $(LIB) ../python
+all:           $(LIB) ../python sharedmods
 
 $(LIB):                $(OBJS) Makefile
                -rm -f $(LIB)