summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Demo/embed/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demo/embed/Makefile b/Demo/embed/Makefile
index ee0196b..c709ec6 100644
--- a/Demo/embed/Makefile
+++ b/Demo/embed/Makefile
@@ -6,11 +6,11 @@
CC= gcc
# XXX Top of the build tree and source tree
-blddir= ../../linux
+blddir= ../..
srcdir= ../..
# Python version
-VERSION= 2.0
+VERSION= 2.1
# Compiler flags
OPT= -g