summaryrefslogtreecommitdiff
path: root/scaddins/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'scaddins/Makefile')
-rw-r--r--scaddins/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/Makefile b/scaddins/Makefile
index f9ac01ef0747..7b3dec8b4c28 100644
--- a/scaddins/Makefile
+++ b/scaddins/Makefile
@@ -26,11 +26,11 @@
#
#*************************************************************************
+gb_PARTIALBUILD := T
ifeq ($(strip $(SOLARENV)),)
include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../solenv/gbuild/source_and_rerun.mk
else
-gb_PARTIALBUILD := T
include $(SOLARENV)/gbuild/gbuild.mk
$(eval $(call gb_Module_make_global_targets,$(shell ls $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/Module*.mk)))
itle='2014-04-22 09:53:12 +0200'>2014-04-22dtrans: sal_Bool->boolNoel Grandin 2014-04-15whitespace for include statementsThomas Arnhold 2014-04-14typo: dependend -> dependentThomas Arnhold 2014-03-29typo: inteface -> interfaceThomas Arnhold 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann