diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-10 15:26:03 +0100 |
commit | 534546649af815f149a3b03abdd46a50091b8477 (patch) | |
tree | b84aa233a9bf01eb20d02ac87e0e9538ded8f724 /xmloff/Makefile | |
parent | 00b02d6380c5e4b8df7d2241bdb4a129a34c8322 (diff) |
gnumake2: first try at local build dirs
Diffstat (limited to 'xmloff/Makefile')
-rw-r--r-- | xmloff/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/Makefile b/xmloff/Makefile index c19100ee9a5b..45de5eecabc0 100644 --- a/xmloff/Makefile +++ b/xmloff/Makefile @@ -29,6 +29,7 @@ ifeq ($(strip $(SOLARENV)),) $(error No environment set!) endif +gb_PARTITIALBUILD := T include $(dir $(realpath $(firstword $(MAKEFILE_LIST))))/../SourcePath.mk GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk |