diff --git a/Makefile.pre.in b/Makefile.pre.in index 57848dce7ad..ad11ff8949f 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -354,7 +354,6 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): $(LIBRARY) $(PYTHO # This rule builds the Cygwin Python DLL libpython$(VERSION).dll.a: $(LIBRARY_OBJS) - dlltool --export-all --output-def $@ $^ $(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \ $(LIBS) $(MODLIBS) $(SYSLIBS)