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 | 0fb5c9ef69c9913f2a610437f7244da1a2f36cbc (patch) | |
tree | 00d44776cbe6363d9bb7a9b0760246629373d534 /toolkit/Makefile | |
parent | a3fde5209ee2c955226c9f4a7d82d58e7ce470c8 (diff) |
gnumake2: fix naming for partial build vars
Diffstat (limited to 'toolkit/Makefile')
-rw-r--r-- | toolkit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/Makefile b/toolkit/Makefile index b7391a8db240..5002d3f122a1 100644 --- a/toolkit/Makefile +++ b/toolkit/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 |