[Python-Dev] 'make distclean' broken.
Thomas Wouters
thomas@xs4all.net
Mon, 22 Jan 2001 18:25:30 +0100
On Mon, Jan 22, 2001 at 12:12:29PM -0500, Guido van Rossum wrote:
> and then configure.in could be changed to
> AC_SUBST(DLLLIBRARY)
> LDLIBRARY=''
> DLLLIBRARY=''
> .
> . (and later)
> .
> cygwin*)
> LDLIBRARY='libpython$(VERSION).dll.a'
> DLLLIBRARY='DLLLIBRARY= $(basename $(LDLIBRARY))'
> ;;
You mean
DLLLIBRARY='$(basename $(LDLIBRARY))'
But yes, that fixes it.
> Or am I missing something?
Well, on *that* I'm not sure, that's why I asked :P If things in the Python
source boggle me, they are always there for a good reason. Well, maybe just
'almost always', but practically always :)
--
Thomas Wouters <thomas@xs4all.net>
Hi! I'm a .signature virus! copy me into your .signature file to help me spread!