*** Modules/Makefile.pre.in	1996/05/22 22:46:56	1.1
--- Modules/Makefile.pre.in	1996/05/29 15:57:06
***************
*** 46,50 ****
  # === Variables that are customizable by hand or by inclusion in Setup ===
  
! LINKCC=		$(CC)
  INCLDIR=	$(srcdir)/../Include
  CFLAGS=		$(OPT) -I$(INCLDIR) -I.. $(DEFS)
--- 46,51 ----
  # === Variables that are customizable by hand or by inclusion in Setup ===
  
! PURE=
! LINKCC=		$(PURE) $(CC)
  INCLDIR=	$(srcdir)/../Include
  CFLAGS=		$(OPT) -I$(INCLDIR) -I.. $(DEFS)
***************
*** 81,85 ****
  # === Rules ===
  
! all:		$(LIB) ../python sharedmods
  
  $(LIB):		$& $(OBJS) Makefile
--- 82,86 ----
  # === Rules ===
  
! all:		$(LIB) ../python$(PURE) sharedmods
  
  $(LIB):		$& $(OBJS) Makefile
***************
*** 88,95 ****
  		$(RANLIB) $(LIB)
  
! ../python:	$(MYLIBS) $(ADDOBJS) Makefile
  		$(LINKCC) $(OPT) $(LINKFORSHARED) $(ADDOBJS) \
  		      $(MYLIBS) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python
! 		mv python ../python
  
  clean:
--- 89,96 ----
  		$(RANLIB) $(LIB)
  
! ../python$(PURE):	$(MYLIBS) $(ADDOBJS) Makefile
  		$(LINKCC) $(OPT) $(LINKFORSHARED) $(ADDOBJS) \
  		      $(MYLIBS) $(MODLIBS) $(LIBS) $(SYSLIBS) -o python
! 		mv python ../python$(PURE)
  
  clean:
