diff options
author | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:26:29 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2005-01-25 14:26:29 +0000 |
commit | fb91d0844fd233f512b1456909d6b445198383b2 (patch) | |
tree | 33579e705a30afa64da0b9fc901252dc7fc97f26 /bean/native/unix | |
parent | 8041af7cbf59e9af1a378918612853af13fa1ef9 (diff) |
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/unix')
-rw-r--r-- | bean/native/unix/makefile.mk | 4 |
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)" |