[Libreoffice-commits] core.git: idlc/CustomTarget_parser_test.mk

Stephan Bergmann sbergman at redhat.com
Fri Sep 20 06:44:30 PDT 2013


 idlc/CustomTarget_parser_test.mk |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 7794ae344c353794916c669b85040fa4fc6c990f
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Sep 20 15:44:07 2013 +0200

    bad search/replace
    
    Change-Id: Ic14565414637a6d08aee94ad183dd852eb7875f0

diff --git a/idlc/CustomTarget_parser_test.mk b/idlc/CustomTarget_parser_test.mk
index d8defd6..acb3a8f 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:


More information about the Libreoffice-commits mailing list