From dbcf68f61e36bde0228357f48d40a28beb0e2f52 Mon Sep 17 00:00:00 2001 From: Tor Lillqvist Date: Mon, 18 Apr 2011 14:03:23 +0300 Subject: Kill UPDMINOR and UPDMINOREXT stuff As far as I know we have no intention to use that stuff. Do we ever have any idea what it means? But sure, if it turns out that we do want to, this commit will have to be reverted. --- solenv/inc/ant.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solenv/inc/ant.mk') diff --git a/solenv/inc/ant.mk b/solenv/inc/ant.mk index 1ffa7fd39123..dd86f7e4a825 100644 --- a/solenv/inc/ant.mk +++ b/solenv/inc/ant.mk @@ -53,7 +53,7 @@ CLASSPATH!:=$(CLASSPATH)$(PATH_SEPERATOR)$(ANT_CLASSPATH)$(PATH_SEPERATOR)$(JAVA # --- TARGETS ----------------------------------------------------- -$(CLASSDIR)/solar.properties : $(SOLARVERSION)/$(INPATH)/inc$(UPDMINOREXT)/minormkchanged.flg $(SOLARENV)/inc/ant.properties +$(CLASSDIR)/solar.properties : $(SOLARVERSION)/$(INPATH)/inc/minormkchanged.flg $(SOLARENV)/inc/ant.properties @echo "Making: " $@ @echo solar.build=$(BUILD) > $@ @echo solar.rscversion=$(USQ)$(RSCVERSION)$(USQ) >> $@ -- cgit