summaryrefslogtreecommitdiff
path: root/bean/native/unix/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'bean/native/unix/makefile.mk')
-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)"