diff options
author | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-11 15:46:29 +0100 |
---|---|---|
committer | Bjoern Michaelsen <b_michaelsen@openoffice.org> | 2010-11-11 15:46:29 +0100 |
commit | 5749660e98e5f1e6443bc59d28afe4524fdb95fb (patch) | |
tree | 76c656b76dd415524fa477d1da3169092ddd2222 /framework/Makefile | |
parent | 5b33be72e9f870cc040ed56bedb87b4a0c7a0eed (diff) |
gnumake2: fix naming for partial build vars
Diffstat (limited to 'framework/Makefile')
-rw-r--r-- | framework/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Makefile b/framework/Makefile index b7391a8db240..5002d3f122a1 100644 --- a/framework/Makefile +++ b/framework/Makefile @@ -29,7 +29,7 @@ ifeq ($(strip $(SOLARENV)),) $(error No environment set!) endif -gb_PARTITIALBUILD := T +gb_PARTIALBUILD := T GBUILDDIR := $(SOLARENV)/gbuild include $(GBUILDDIR)/gbuild.mk |