summaryrefslogtreecommitdiff
path: root/svl/Makefile
diff options
context:
space:
mode:
authorBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-11 15:46:29 +0100
committerBjoern Michaelsen <b_michaelsen@openoffice.org>2010-11-11 15:46:29 +0100
commit0fb5c9ef69c9913f2a610437f7244da1a2f36cbc (patch)
tree00d44776cbe6363d9bb7a9b0760246629373d534 /svl/Makefile
parenta3fde5209ee2c955226c9f4a7d82d58e7ce470c8 (diff)
gnumake2: fix naming for partial build vars
Diffstat (limited to 'svl/Makefile')
-rw-r--r--svl/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/svl/Makefile b/svl/Makefile
index b7391a8db240..5002d3f122a1 100644
--- a/svl/Makefile
+++ b/svl/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