aboutsummaryrefslogtreecommitdiff
path: root/Examples/python/import_packages/relativeimport2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/python/import_packages/relativeimport2/Makefile')
-rw-r--r--Examples/python/import_packages/relativeimport2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Examples/python/import_packages/relativeimport2/Makefile b/Examples/python/import_packages/relativeimport2/Makefile
index 90c92ab1c..f08c3344b 100644
--- a/Examples/python/import_packages/relativeimport2/Makefile
+++ b/Examples/python/import_packages/relativeimport2/Makefile
@@ -1,7 +1,7 @@
TOP = ../../..
LIBS =
-ifeq (,$(PY3))
+ifneq (,$(PY2))
PKG1DIR = "py2"
else
PKG1DIR = "py3"