mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
- Make number in comment match the targets in that section of the
Makefile. - Update the Python version number so we're using the library built from the current working sources.
This commit is contained in:
@@ -10,7 +10,7 @@ blddir= ../..
|
||||
srcdir= ../..
|
||||
|
||||
# Python version
|
||||
VERSION= 2.2
|
||||
VERSION= 2.3
|
||||
|
||||
# Compiler flags
|
||||
OPT= -g
|
||||
@@ -28,7 +28,7 @@ SYSLIBS= -lm
|
||||
MODLIBS=
|
||||
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
|
||||
|
||||
# Build the demo application
|
||||
# Build the demo applications
|
||||
all: demo loop importexc
|
||||
demo: demo.o
|
||||
$(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo
|
||||
|
||||
Reference in New Issue
Block a user