diff options
Diffstat (limited to 'python/config/Make.rules')
-rw-r--r-- | python/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/config/Make.rules b/python/config/Make.rules index 08121bf9026..eeff98c0d47 100644 --- a/python/config/Make.rules +++ b/python/config/Make.rules @@ -120,6 +120,6 @@ define make-python-slice $2/$3/$(or $4,%)_ice.py: $1/$3/$(or $4,%).ice $2/$3/.depend/$(or $4,%).ice.d $(slice2py_path) $(E) "Compiling $$<" $(Q)$(slice2py_path) -I$1 --output-dir $2 $5 --depend $$< > $2/$3/.depend/$(or $4,$$(*F)).ice.d - $(Q)$(slice2py_path) -I$1 --output-dir $2 --checksum $5 $$< + $(Q)$(slice2py_path) -I$1 --output-dir $2 $5 $$< endef |