Commit ead36d78 authored by Fred Drake's avatar Fred Drake

- 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.
parent 186bec2f
...@@ -10,7 +10,7 @@ blddir= ../.. ...@@ -10,7 +10,7 @@ blddir= ../..
srcdir= ../.. srcdir= ../..
# Python version # Python version
VERSION= 2.2 VERSION= 2.3
# Compiler flags # Compiler flags
OPT= -g OPT= -g
...@@ -28,7 +28,7 @@ SYSLIBS= -lm ...@@ -28,7 +28,7 @@ SYSLIBS= -lm
MODLIBS= MODLIBS=
ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS) ALLLIBS= $(LIBPYTHON) $(MODLIBS) $(LIBS) $(SYSLIBS)
# Build the demo application # Build the demo applications
all: demo loop importexc all: demo loop importexc
demo: demo.o demo: demo.o
$(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo $(CC) $(LDFLAGS) demo.o $(ALLLIBS) -o demo
......
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