diff options
author | David Tardon <dtardon@redhat.com> | 2011-12-23 17:14:09 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-12-23 17:14:09 +0100 |
commit | f3f77fd5cdd0a04115af255430a97e6dec24d85f (patch) | |
tree | e0ac257d1b8598f2667724253207b71f95c9b6e6 /qadevOOo | |
parent | 636a8f2943ce5d11acc05ebed0c5f50edaef6b03 (diff) |
gb_Jar_add_packagefiles only takes 2 args
Diffstat (limited to 'qadevOOo')
-rw-r--r-- | qadevOOo/Jar_OOoRunner.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qadevOOo/Jar_OOoRunner.mk b/qadevOOo/Jar_OOoRunner.mk index 826897560185..c0054892c040 100644 --- a/qadevOOo/Jar_OOoRunner.mk +++ b/qadevOOo/Jar_OOoRunner.mk @@ -71,4 +71,6 @@ $(eval $(call gb_Jar_add_sourcefiles,OOoRunner,\ qadevOOo/tests/java/*/*/*/* \ )) -$(eval $(call gb_Jar_add_packagefile,OOoRunner,objdsc,$(SRCDIR)/qadevOOo/objdsc)) +$(eval $(call gb_Jar_add_packagefiles,OOoRunner,\ + $(SRCDIR)/qadevOOo/objdsc \ +)) |