summaryrefslogtreecommitdiff
path: root/touch/CustomTarget_touch_javamaker.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2013-04-11 10:57:32 +0300
committerTor Lillqvist <tml@iki.fi>2013-04-11 10:58:19 +0300
commit5f8015045cb59ff9574230530d371b6659697881 (patch)
tree8b66bfe5d6120ab02aecdbe67d737d189efed451 /touch/CustomTarget_touch_javamaker.mk
parent53ac5b9a559f707224465527c46cca0a6023d1b2 (diff)
No -BUCR option to javamaker any more
Change-Id: I1b418c563c30be959b771a474ed9c699f71b57e7
Diffstat (limited to 'touch/CustomTarget_touch_javamaker.mk')
-rw-r--r--touch/CustomTarget_touch_javamaker.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/touch/CustomTarget_touch_javamaker.mk b/touch/CustomTarget_touch_javamaker.mk
index f0537faf3bf2..40e627993224 100644
--- a/touch/CustomTarget_touch_javamaker.mk
+++ b/touch/CustomTarget_touch_javamaker.mk
@@ -17,6 +17,6 @@ $(touch_javamaker_DIR)/done : $(call gb_UnoApiTarget_get_target,touch) $(OUTDIR)
$(call gb_Output_announce,$(subst $(WORKDIR)/,,$@),$(true),JVM,1)
$(call gb_Helper_abbreviate_dirs, \
rm -r $(touch_javamaker_DIR) && \
- $(call gb_Helper_execute,javamaker -BUCR -nD -O$(touch_javamaker_DIR)/class -X$(OUTDIR)/bin/types.rdb $<) && touch $@)
+ $(call gb_Helper_execute,javamaker -nD -O$(touch_javamaker_DIR)/class -X$(OUTDIR)/bin/types.rdb $<) && touch $@)
# vim: set noet sw=4 ts=4: