diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-06 12:07:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-06 12:07:40 +0200 |
commit | 0d75184488923ddd76ccebcc3c09e85283496e17 (patch) | |
tree | f6b8cacd333aac50edf3f4f82b0e508bd468ba2f | |
parent | 937aae1b27e2de067ef0c930141cb86fb109bbd8 (diff) |
$(1) is not defined here
-rw-r--r-- | solenv/gbuild/JunitTest.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/gbuild/JunitTest.mk b/solenv/gbuild/JunitTest.mk index 19841b24ffd6..e01297a093dd 100644 --- a/solenv/gbuild/JunitTest.mk +++ b/solenv/gbuild/JunitTest.mk @@ -42,7 +42,7 @@ $(call gb_JunitTest_get_clean_target,%) : $(call gb_JavaClassSet_get_clean_targe ifneq (,$(strip $(OOO_JUNIT_JAR))) -.PHONY : $(call gb_JunitTest_get_target,$(1)) +.PHONY : $(call gb_JunitTest_get_target,%) $(call gb_JunitTest_get_target,%) : $(call gb_Output_announce,$*,$(true),JUT,2) $(call gb_Helper_abbreviate_dirs_native,\ |