[Python-Dev] Buidling on insane platforms

Neil Schemenauer nas@python.ca
Fri, 22 Mar 2002 15:57:25 -0800


Tim Peters wrote:
> Do Unixish boxes still use Makefile.pre.in?  If I add
> 
> 		Objects/obmnalloc.o \
> 
> to the OBJECT_OBJS definition there, and remove this now-pointless line:
> 
> Objects/object.o: $(srcdir)/Objects/object.c $(srcdir)/Objects/obmalloc.c
> 
> is that enough?

That should do it.

  Neil