diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-15 08:43:33 +0000 |
commit | 38c0ddd4c914d046fc2e98cd09449dda84de0fbb (patch) | |
tree | 28519fef180f3bdcc45048bdbb7e70278c590f18 /saxon | |
parent | d405ab90a80e5033eef8e2ad72ba577f1e3dc3cc (diff) |
CWS-TOOLING: integrate CWS ause098
Diffstat (limited to 'saxon')
-rw-r--r-- | saxon/makefile.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/saxon/makefile.mk b/saxon/makefile.mk index 5f207c3bd028..8b66fb5feec2 100644 --- a/saxon/makefile.mk +++ b/saxon/makefile.mk @@ -8,7 +8,7 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.1.2.1 $ # # This file is part of OpenOffice.org. # @@ -58,6 +58,9 @@ BUILD_ACTION=$(ANT) $(ANT_FLAGS) -Dsolarbindir=$(SOLARBINDIR) jar-bj OUT2CLASS= saxon-build$/9.0.0.7$/bj$/saxon9.jar +.ELSE # $(SOLAR_JAVA)!= "" +nojava: + @echo "Not building $(PRJNAME) because Java is disabled" .ENDIF # $(SOLAR_JAVA)!= "" # --- Targets ------------------------------------------------------ |