[Python-Dev] Did something change in Makefile.in or Modules/Makefile.pre.in?
Guido van Rossum
guido@python.org
Mon, 18 Dec 2000 09:52:35 -0500
> Make distclean succeeded so I tried the following:
>
> make distclean
> ./configure
> make clean
>
> but the last step still failed. Any idea why make clean is now failing (for
> me)? Can anyone else reproduce this problem?
Yes. I don't understand it, but this takes care of it:
make distclean
./configure
make Makefiles # <--------- !!!
make clean
--Guido van Rossum (home page: http://www.python.org/~guido/)