From 79fa8b0abe5e5e114a5e655f60535adb88d0d642 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 18 Aug 1997 14:23:13 +0000 Subject: When making all, don't make sharedmods. That's now called separately from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.) --- 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 213c74a..b4a4a43 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) -- cgit v0.12