summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorStephan Bergmann <sb@openoffice.org>2002-02-21 14:29:42 +0000
committerStephan Bergmann <sb@openoffice.org>2002-02-21 14:29:42 +0000
commita142cb7a401108bd908da0e13148a9f6b743f83a (patch)
treeed900a736ce24a5cc65c6d4252d8650a466cc30a /solenv/inc/ant.mk
parent93e3032a16ebb5d3770b7eef0dbd95dce1b19d16 (diff)
#97700# Fixed typo that made compile switch nonfunctional.
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r--solenv/inc/ant.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk
index 4c1b95ad5472..6a89ba616ff3 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -99,7 +99,7 @@ jar .PHONY:
$(ANT) $(ANT_FLAGS) $@
compile .PHONY:
- $(ANT) $(ANTFLAGS) $@
+ $(ANT) $(ANT_FLAGS) $@
javadoc .PHONY:
$(ANT) $(ANT_FLAGS) $@