summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-24 13:36:46 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-24 13:36:46 +0100
commit1a00658cd3867fe1a7a306aa309850796ca7a7a4 (patch)
treea98029002eaeab40fb5403544e60d3a2b8d131d2 /solenv
parent15396990cf0aa73bc8afd592bb338c9af2604609 (diff)
use the default deliver rule
Diffstat (limited to 'solenv')
-rw-r--r--solenv/gbuild/InternalUnoApi.mk5
-rw-r--r--solenv/gbuild/UnoApi.mk5
2 files changed, 0 insertions, 10 deletions
diff --git a/solenv/gbuild/InternalUnoApi.mk b/solenv/gbuild/InternalUnoApi.mk
index 68e29bae52b3..5cfc0b5326a0 100644
--- a/solenv/gbuild/InternalUnoApi.mk
+++ b/solenv/gbuild/InternalUnoApi.mk
@@ -25,13 +25,8 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(call gb_InternalUnoApi_get_target,%) :
- $(call gb_Output_announce,$*,$(true),UNI,4)
- $(call gb_Deliver_deliver,$(call gb_UnoApiTarget_get_target,$*),$@)
-
.PHONY : $(call gb_InternalUnoApi_get_clean_target,%)
$(call gb_InternalUnoApi_get_clean_target,%) :
- $(call gb_Output_announce,$*,$(false),UNI,4)
$(call gb_Helper_abbreviate_dirs_native,\
rm -f $(call gb_InternalUnoApi_get_target,$*))
diff --git a/solenv/gbuild/UnoApi.mk b/solenv/gbuild/UnoApi.mk
index 8348826ee903..579d2fbddac3 100644
--- a/solenv/gbuild/UnoApi.mk
+++ b/solenv/gbuild/UnoApi.mk
@@ -25,13 +25,8 @@
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.
-$(call gb_UnoApi_get_target,%) :
- $(call gb_Output_announce,$*,$(true),UNO,4)
- $(call gb_Deliver_deliver,$(call gb_UnoApiTarget_get_target,$*),$@)
-
.PHONY : $(call gb_UnoApi_get_clean_target,%)
$(call gb_UnoApi_get_clean_target,%) :
- $(call gb_Output_announce,$*,$(false),UNO,4)
$(call gb_Helper_abbreviate_dirs_native,\
rm -f $(call gb_UnoApi_get_target,$*))