]> granicus.if.org Git - python/commit
Patch #553678: Cygwin Makefile.pre.in vestige patch
authorJason Tishler <jason@tishler.net>
Wed, 15 May 2002 11:32:35 +0000 (11:32 +0000)
committerJason Tishler <jason@tishler.net>
Wed, 15 May 2002 11:32:35 +0000 (11:32 +0000)
commit5cc21aee0ba54300bbb3b68531e1f2ca124a1d20
tree33acd57daead705597cb9c4d588105b0948212dc
parentd1fa3db52de5f337e9aae5f3baad16fe62da2d0f
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. :,)
Makefile.pre.in