summaryrefslogtreecommitdiff
path: root/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-04-11 14:05:42 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-04-11 14:24:08 +0200
commit14a2413530cd856eb9ce280187d1f32acd358d1d (patch)
treedfcfedc8e20443ba91d8e93ac1117ab1d9410246 /odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice
parentf0157b8e4ae5ba2bac7e3368fb63c0495dd16a1c (diff)
Adapt SDK to -B removed from cppumaker/javamaker
Change-Id: Ida4d11e0f8dfea201e0456cc54aa7f5af093d2ad
Diffstat (limited to 'odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice')
-rw-r--r--odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile
index fc453a11f948..bfd0b05204a2 100644
--- a/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile
+++ b/odk/examples/DevelopersGuide/Components/Thumbs/org/openoffice/test/Makefile
@@ -66,7 +66,7 @@ $(OUT_COMP_GEN)/%.rdb : $(GENURDFILES)
$(OUT_COMP_CLASS)/%.class : $(COMP_RDB)
-$(MKDIR) $(subst /,$(PS),$(@D))
- $(JAVAMAKER) -BUCR -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
+ $(JAVAMAKER) -nD $(GENTYPELIST) -O$(OUT_COMP_CLASS) $(COMP_RDB) -X$(URE_TYPES) -X$(OFFICE_TYPES)
.PHONY: clean
clean :