summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorBernd Eilers <bei@openoffice.org>2001-08-27 14:44:08 +0000
committerBernd Eilers <bei@openoffice.org>2001-08-27 14:44:08 +0000
commit8de0d922a697833d16211cf39e6365d2fd154b87 (patch)
treeadca49511b39fdb3807a07ff15e3a035a6c84f9c /solenv/inc/ant.mk
parentf5449843b46ccb5a1f7728a3db167a09e8ae7c5b (diff)
#80424# added config target
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r--solenv/inc/ant.mk7
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk
index a036702b5b5d..646146a734bb 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -89,11 +89,14 @@ info:
jar .PHONY:
$(ANT) $(ANT_FLAGS) $@
+compile .PHONY:
+ $(ANT) $(ANTFLAGS) $@
+
javadoc .PHONY:
$(ANT) $(ANT_FLAGS) $@
-compile .PHONY:
- $(ANT) $(ANTFLAGS) $@
+config .PHONY:
+ $(ANT) $(ANT_FLAGS) $@
test:
$(ANT) $(ANT_FLAGS) $@