summaryrefslogtreecommitdiffstats
path: root/bean/native
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:26:29 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:26:29 +0000
commitfb91d0844fd233f512b1456909d6b445198383b2 (patch)
tree33579e705a30afa64da0b9fc901252dc7fc97f26 /bean/native
parentINTEGRATION: CWS dba22 (1.15.4); FILE MERGED (diff)
downloadcore-fb91d0844fd233f512b1456909d6b445198383b2.tar.gz
core-fb91d0844fd233f512b1456909d6b445198383b2.zip
INTEGRATION: CWS gcj1 (1.3.2); FILE MERGED
2004/12/01 16:48:59 cmc 1.3.2.1: #i38188# This dir cannot be build with gcj because of jawt.h
Diffstat (limited to 'bean/native')
-rw-r--r--bean/native/unix/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/bean/native/unix/makefile.mk b/bean/native/unix/makefile.mk
index 0909aaa0b1f5..9cecbfb96fd4 100644
--- a/bean/native/unix/makefile.mk
+++ b/bean/native/unix/makefile.mk
@@ -16,6 +16,10 @@ NO_BSYMBOLIC=TRUE
nojava:
@echo "Not building odk/source/OOSupport because Java has been disabled"
.ENDIF
+.IF "$(JDK)"=="gcj"
+all:
+ @echo This dir cannot be build with gcj because of jawt.h
+.ENDIF
.IF "$(OS)"=="MACOSX"
dummy:
@echo "Nothing to build for OS $(OS)"