Change SET_DLLLIBRARY to DLLLIBRARY=...

This commit is contained in:
Guido van Rossum 2001-01-23 01:53:09 +00:00
parent ca563f228a
commit f890d39f41

View file

@ -131,7 +131,7 @@ CFLAGS= $(OPT) -I. $(DEFS)
LIBRARY= libpython$(VERSION).a
LDLIBRARY= @LDLIBRARY@
@SET_DLLLIBRARY@
DLLLIBRARY= @DLLLIBRARY@
# Default target
all: $(LIBRARY) python$(EXE) sharedmods