diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-18 14:03:23 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-18 14:05:39 +0300 |
commit | dbcf68f61e36bde0228357f48d40a28beb0e2f52 (patch) | |
tree | 22181260709ada910bb0e24a2a299673495c9db2 /solenv/inc/ant.mk | |
parent | b3387395a28e1a9eb9be2973ec49c789ed84f7c4 (diff) |
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.
Diffstat (limited to 'solenv/inc/ant.mk')
-rw-r--r-- | solenv/inc/ant.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) >> $@ |