Commit f890d39f authored by Guido van Rossum's avatar Guido van Rossum

Change SET_DLLLIBRARY to DLLLIBRARY=...

parent ca563f22
...@@ -131,7 +131,7 @@ CFLAGS= $(OPT) -I. $(DEFS) ...@@ -131,7 +131,7 @@ CFLAGS= $(OPT) -I. $(DEFS)
LIBRARY= libpython$(VERSION).a LIBRARY= libpython$(VERSION).a
LDLIBRARY= @LDLIBRARY@ LDLIBRARY= @LDLIBRARY@
@SET_DLLLIBRARY@ DLLLIBRARY= @DLLLIBRARY@
# Default target # Default target
all: $(LIBRARY) python$(EXE) sharedmods all: $(LIBRARY) python$(EXE) sharedmods
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment