Commit 0545b676 authored by Guido van Rossum's avatar Guido van Rossum

When making all, don't make sharedmods. That's now called separately

from the toplevel Makefile.  (For AIX, but doesn't hurt elsewhere.)
parent c75bc8cc
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment