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:
Guido van Rossum 1997-08-18 14:23:13 +00:00
parent 506ef9ec81
commit 79fa8b0abe
1 changed files with 1 additions and 1 deletions

View 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)