mirror of https://github.com/python/cpython
always make sharedmods
This commit is contained in:
parent
89910656d1
commit
2ce15a59f7
|
@ -68,7 +68,7 @@ SYSLIBS= $(LIBM) $(LIBC)
|
|||
|
||||
# === Rules ===
|
||||
|
||||
all: $(LIB) ../python
|
||||
all: $(LIB) ../python sharedmods
|
||||
|
||||
$(LIB): $(OBJS) Makefile
|
||||
-rm -f $(LIB)
|
||||
|
|
Loading…
Reference in New Issue