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 | 175209c24466472503df72f64380d5cda35d8e3f (patch) | |
tree | cce2fc06cf4662b4cb81dd82657dfb8cc36b119d /sw/Makefile | |
parent | 138fcc151b7570cbbd3b87402a4b18a518c1b4f8 (diff) |
gnumake2: fix naming for partial build vars
Diffstat (limited to 'sw/Makefile')
-rw-r--r-- | sw/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/Makefile b/sw/Makefile index b7391a8db240..5002d3f122a1 100644 --- a/sw/Makefile +++ b/sw/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 |