summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2007-01-25 11:51:41 +0000
committerOliver Bolte <obo@openoffice.org>2007-01-25 11:51:41 +0000
commitdacb2f2645b90b672fdde3ba75e81fd2c4a6e755 (patch)
tree2dd1950ac0836073261d4d245d10138f27e8ed5d /solenv/inc/ant.mk
parent4c3a30a0b57eb6afa2dfab7d06044cae2438c463 (diff)
INTEGRATION: CWS ause069 (1.31.2); FILE MERGED
2006/10/11 12:36:23 hjs 1.31.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r--solenv/inc/ant.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk
index 3ed80f21d..551a43358 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: ant.mk,v $
#
-# $Revision: 1.32 $
+# $Revision: 1.33 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 10:56:40 $
+# last change: $Author: obo $ $Date: 2007-01-25 12:51:41 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -70,7 +70,7 @@ $(CLASSDIR)$/solar.properties : $(SOLARENV)$/inc/minor.mk $(SOLARENV)$/inc/ant.p
@echo solar.sourceversion=$(SOURCEVERSION) >> $@
@echo solar.udkstamp=$(UDKSTAMP) >> $@
@echo solar.extstamp=$(EXTSTAMP) >> $@
- @+cat $(DMAKEROOT)$/../ant.properties >> $@
+ @cat $(DMAKEROOT)$/../ant.properties >> $@
ANTBUILD .PHONY:
$(WRAPCMD_ENV) $(ANT) $(ANT_FLAGS)