From 2ce15a59f7e408d5986a41e9350e71e3c7b5d879 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Thu, 20 Oct 1994 21:59:38 +0000 Subject: always make sharedmods --- Modules/Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v0.12