[Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.73,1.74

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


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

Modified Files:
	Makefile.pre.in 
Log Message:
Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.73
retrieving revision 1.74
diff -C2 -r1.73 -r1.74
*** Makefile.pre.in	2001/01/22 07:25:44	1.73
--- Makefile.pre.in	2001/01/23 01:54:07	1.74
***************
*** 18,22 ****
  VPATH=		@srcdir@
  
! @SET_CXX@
  CC=		@CC@
  RANLIB=		@RANLIB@
--- 18,22 ----
  VPATH=		@srcdir@
  
! CXX=		@CXX@
  CC=		@CC@
  RANLIB=		@RANLIB@
***************
*** 106,110 ****
  LIBRARY=	../libpython$(VERSION).a
  LDLIBRARY=	../@LDLIBRARY@
! @SET_DLLLIBRARY@
  
  # === Rules ===
--- 106,110 ----
  LIBRARY=	../libpython$(VERSION).a
  LDLIBRARY=	../@LDLIBRARY@
! DLLLIBRARY=	@DLLLIBRARY@
  
  # === Rules ===