[Python-checkins] CVS: python/dist/src Makefile.in,1.112,1.113

Guido van Rossum gvanrossum@users.sourceforge.net
Mon, 22 Jan 2001 17:53:11 -0800


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12907

Modified Files:
	Makefile.in 
Log Message:
Change SET_DLLLIBRARY to DLLLIBRARY=...

Index: Makefile.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.in,v
retrieving revision 1.112
retrieving revision 1.113
diff -C2 -r1.112 -r1.113
*** Makefile.in	2001/01/19 20:21:59	1.112
--- Makefile.in	2001/01/23 01:53:09	1.113
***************
*** 132,136 ****
  LIBRARY=	libpython$(VERSION).a
  LDLIBRARY=      @LDLIBRARY@
! @SET_DLLLIBRARY@
  
  # Default target
--- 132,136 ----
  LIBRARY=	libpython$(VERSION).a
  LDLIBRARY=      @LDLIBRARY@
! DLLLIBRARY=	@DLLLIBRARY@
  
  # Default target