From: Guido van Rossum Date: Thu, 20 Oct 1994 21:59:38 +0000 (+0000) Subject: always make sharedmods X-Git-Tag: v1.1.1~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2ce15a59f7e408d5986a41e9350e71e3c7b5d879;p=thirdparty%2FPython%2Fcpython.git always make sharedmods --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index ff1ca9cacc67..f4460d6df302 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)