summaryrefslogtreecommitdiff
path: root/solenv/inc/ant.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2007-01-25 17:56:08 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2007-01-25 17:56:08 +0000
commitf1940b236f8256a869baf29bc484163307032279 (patch)
treefcf8a6d930f192e8c25a254c5cac04816e0e5d96 /solenv/inc/ant.mk
parentc3464ee6c5b1fb5c09ad02f6663e118abe0c8d8a (diff)
#i10000# avoid circular dependency on changed minor.mk
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 551a43358daf..b7f1a09e4a01 100644
--- a/solenv/inc/ant.mk
+++ b/solenv/inc/ant.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: ant.mk,v $
#
-# $Revision: 1.33 $
+# $Revision: 1.34 $
#
-# last change: $Author: obo $ $Date: 2007-01-25 12:51:41 $
+# last change: $Author: hjs $ $Date: 2007-01-25 18:56:08 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -61,7 +61,7 @@ CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(ANT_CLASSPATH)$(PATH_SEPERATOR)$(JAVA
# --- TARGETS -----------------------------------------------------
-$(CLASSDIR)$/solar.properties : $(SOLARENV)$/inc/minor.mk $(SOLARENV)$/inc/ant.properties
+$(CLASSDIR)$/solar.properties : $(SOLARVERSION)$/$(INPATH)$/inc$(UPDMINOREXT)$/minormkchanged.flg $(SOLARENV)$/inc/ant.properties
@echo Making: $@
@echo solar.build=$(BUILD) > $@
@echo solar.rscversion=$(USQ)$(RSCVERSION)$(USQ) >> $@