When making all, don't make sharedmods. That's now called separately
from the toplevel Makefile. (For AIX, but doesn't hurt elsewhere.)
This commit is contained in:
parent
506ef9ec81
commit
79fa8b0abe
|
@ -101,7 +101,7 @@ LIBRARY= ../libpython$(VERSION).a
|
||||||
|
|
||||||
# === Rules ===
|
# === Rules ===
|
||||||
|
|
||||||
all: $(OBJS) sharedmods
|
all: $(OBJS)
|
||||||
|
|
||||||
# Targets for Jim Fulton's extension Makefiles -- are these still needed?
|
# Targets for Jim Fulton's extension Makefiles -- are these still needed?
|
||||||
asharedmodule: $(ASHAREDMODULE)$(SO)
|
asharedmodule: $(ASHAREDMODULE)$(SO)
|
||||||
|
|
Loading…
Reference in New Issue