From 25b163d5798fce263daa4155c5291daba6e66db0 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 23 Jan 2001 01:54:07 +0000 Subject: [PATCH] Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences. --- Modules/Makefile.pre.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Makefile.pre.in b/Modules/Makefile.pre.in index f28172d2270..3a35a21e692 100644 --- a/Modules/Makefile.pre.in +++ b/Modules/Makefile.pre.in @@ -17,7 +17,7 @@ VERSION= @VERSION@ srcdir= @srcdir@ VPATH= @srcdir@ -@SET_CXX@ +CXX= @CXX@ CC= @CC@ RANLIB= @RANLIB@ AR= @AR@ @@ -105,7 +105,7 @@ SYSLIBS= $(LIBM) $(LIBC) LIBRARY= ../libpython$(VERSION).a LDLIBRARY= ../@LDLIBRARY@ -@SET_DLLLIBRARY@ +DLLLIBRARY= @DLLLIBRARY@ # === Rules ===