diff options
author | Joe George <joe@zeroc.com> | 2015-06-08 13:46:25 -0400 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-06-08 13:51:17 -0400 |
commit | c08a9661d51cca67e1c53a59fbd8fcd7e015a19c (patch) | |
tree | 1df5ab4a36dfd0933ae3eddcdde3958dee7de97e /python/test | |
parent | Fix ICE-6569 - Python 3 build fails with GCC (diff) | |
download | ice-c08a9661d51cca67e1c53a59fbd8fcd7e015a19c.tar.bz2 ice-c08a9661d51cca67e1c53a59fbd8fcd7e015a19c.tar.xz ice-c08a9661d51cca67e1c53a59fbd8fcd7e015a19c.zip |
Fix python build to work with python3
Diffstat (limited to 'python/test')
-rw-r--r-- | python/test/Slice/import/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/test/Slice/import/Makefile b/python/test/Slice/import/Makefile index 91581b604f5..5e79abbe450 100644 --- a/python/test/Slice/import/Makefile +++ b/python/test/Slice/import/Makefile @@ -22,10 +22,10 @@ SRCS = Test1_ice.py \ all:: $(SRCS) -Test1_ice.py: Test1.ice $(SLICE2PY) $(SLICEPARSERLIB) +Test1_ice.py: Test1.ice $(SLICEPARSERLIB) $(SLICE2PY) $(SLICE2PYFLAGS) $< -Test2_ice.py: Test2.ice $(SLICE2PY) $(SLICEPARSERLIB) +Test2_ice.py: Test2.ice $(SLICEPARSERLIB) $(SLICE2PY) $(SLICE2PYFLAGS) $< clean:: |