summaryrefslogtreecommitdiff
path: root/cppu/qa/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/qa/Makefile')
-rw-r--r--cppu/qa/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cppu/qa/Makefile b/cppu/qa/Makefile
index 99a7eec22be3..a68567d66415 100644
--- a/cppu/qa/Makefile
+++ b/cppu/qa/Makefile
@@ -26,11 +26,11 @@
# instead of those above.
gb_PARTIALBUILD:=T
-include $(GBUILDDIR)/gbuild_simple.mk
+include $(GBUILDDIR)/gbuild.mk
all: qa/cppumaker.flag qa/cppumaker/cppumaker.flag
-%/cppumaker.flag: %/cppumaker.rdb
+%/cppumaker.flag: %/cppumaker.rdb $(gb_UnoApiTarget_CPPUMAKERTARGET)
$(call gb_Helper_abbreviate_dirs_native, \
$(call gb_Helper_execute,cppumaker) -O. -BUCR -C $< $(OUTDIR_FOR_BUILD)/bin/udkapi.rdb)
touch $@