]> granicus.if.org Git - python/commitdiff
When making all, don't make sharedmods. That's now called separately
authorGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 14:23:13 +0000 (14:23 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 14:23:13 +0000 (14:23 +0000)
from the toplevel Makefile.  (For AIX, but doesn't hurt elsewhere.)

Modules/Makefile.pre.in

index 213c74a6efec316a10e07013610ce4d3244c54bd..b4a4a433e4f4a7d953795944813b8ae9066b920a 100644 (file)
@@ -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)