summaryrefslogtreecommitdiffstats
path: root/idlc
diff options
context:
space:
mode:
Diffstat (limited to 'idlc')
-rw-r--r--idlc/CustomTarget_parser_test.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlc/CustomTarget_parser_test.mk b/idlc/CustomTarget_parser_test.mk
index d8defd6fe5d6..acb3a8fd7ec5 100644
--- a/idlc/CustomTarget_parser_test.mk
+++ b/idlc/CustomTarget_parser_test.mk
@@ -76,6 +76,6 @@ $(call gb_CustomTarget_get_target,idlc/parser_test) : \
$(call gb_CustomTarget_get_workdir,idlc/parser_test)/in.idl \
$(call gb_Executable_get_command,idlc) \
-O $(call gb_CustomTarget_get_workdir,idlc/parser_test) {}) \
- > ${}.log 2>&1 || (cat ${}.log && false))
+ > $@.log 2>&1 || (cat $@.log && false))
# vim: set noet sw=4 ts=4: