diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:36:09 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2003-12-17 19:36:09 +0000 |
commit | 6519b70ffe5aca0656ec43ad960dfa42be6db03a (patch) | |
tree | e325b7b17cfef470e2a912ef6909e2495ca969b9 /jurt/source | |
parent | 210aaddd37e2856f2176b5287dc18a81a9ed2e4f (diff) |
INTEGRATION: CWS geordi2q11 (1.2.72); FILE MERGED
2003/12/16 12:48:17 hr 1.2.72.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'jurt/source')
-rw-r--r-- | jurt/source/pipe/makefile.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/jurt/source/pipe/makefile.mk b/jurt/source/pipe/makefile.mk index b0f0b9588e8c..2c7089ff36ea 100644 --- a/jurt/source/pipe/makefile.mk +++ b/jurt/source/pipe/makefile.mk @@ -13,6 +13,11 @@ USE_DEFFILE=TRUE .INCLUDE : settings.mk +.IF "$(SOLAR_JAVA)"=="" +nojava: + @echo "Not building jurt because Java is disabled" +.ENDIF + # --- Files -------------------------------------------------------- SLOFILES = \ |