summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--odk/examples/DevelopersGuide/OfficeBean/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/odk/examples/DevelopersGuide/OfficeBean/Makefile b/odk/examples/DevelopersGuide/OfficeBean/Makefile
index 3326244e60a4..2dfc678ee9e2 100644
--- a/odk/examples/DevelopersGuide/OfficeBean/Makefile
+++ b/odk/examples/DevelopersGuide/OfficeBean/Makefile
@@ -59,8 +59,13 @@ SDK_CLASSPATH = $(subst $(EMPTYSTRING) $(PATH_SEPARATOR),$(PATH_SEPARATOR),$(URE
# Targets
.PHONY: ALL
+ifeq "$(OS)" "MACOSX"
+ALL :
+ @printf 'This example does not work on Mac OS X\n'
+else
ALL : \
OOoBeanViewer
+endif
include $(SETTINGS)/stdtarget.mk