Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5cc21ae

Browse files
committed
Patch #553678: Cygwin Makefile.pre.in vestige patch
This patch removes a vestige part of the Cygwin make rules that didn't quite make it over during the flattening of the Makefiles. In its current form, it creates a def file but incorrectly calls it libpython$(VERSION).dll.a which immediately gets overwritten by the next command. Obviously, this is useless. It appears, it was useless in the old nested Makefile structure too. :,)
1 parent d1fa3db commit 5cc21ae

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile.pre.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,6 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): $(LIBRARY) $(PYTHO
354354

355355
# This rule builds the Cygwin Python DLL
356356
libpython$(VERSION).dll.a: $(LIBRARY_OBJS)
357-
dlltool --export-all --output-def $@ $^
358357
$(LDSHARED) -Wl,--out-implib=$@ -o $(DLLLIBRARY) $^ \
359358
$(LIBS) $(MODLIBS) $(SYSLIBS)
360359

0 commit comments

Comments
 (0)