]> granicus.if.org Git - python/commitdiff
Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.
authorGuido van Rossum <guido@python.org>
Tue, 23 Jan 2001 01:54:07 +0000 (01:54 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jan 2001 01:54:07 +0000 (01:54 +0000)
Modules/Makefile.pre.in

index f28172d227050fcabcc97fcd1e8f924ec6b716ad..3a35a21e69274cebe99bb75e5e42f982bd80b941 100644 (file)
@@ -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 ===