From: Guido van Rossum Date: Mon, 18 Aug 1997 14:23:13 +0000 (+0000) Subject: When making all, don't make sharedmods. That's now called separately X-Git-Tag: v1.5a4~382 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=79fa8b0abe5e5e114a5e655f60535adb88d0d642;p=python When making all, don't make sharedmods. That's now called separately from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.) --- diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index 213c74a6ef..b4a4a433e4 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -101,7 +101,7 @@ LIBRARY= ../libpython$(VERSION).a # === Rules === -all: $(OBJS) sharedmods +all: $(OBJS) # Targets for Jim Fulton's extension Makefiles -- are these still needed? asharedmodule: $(ASHAREDMODULE)$(SO)