diff options
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:: |