From: Fred Drake Date: Thu, 25 Jul 2002 16:23:21 +0000 (+0000) Subject: - Make number in comment match the targets in that section of the X-Git-Tag: v2.3c1~4871 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ead36d787434d60cdd697df8debf552cc6d9888c;p=python - 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. --- diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile index 4269946dce..c8d538b608 100644 --- a/Demo/embed/Makefile +++ b/Demo/embed/Makefile @@ -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