Get rid of weird @SET_CXX@ and @SET_DLLLIBRARY@ macro occurrences.

This commit is contained in:
Guido van Rossum 2001-01-23 01:54:07 +00:00
parent c201bf46b9
commit 25b163d579
1 changed files with 2 additions and 2 deletions

View 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 ===