summaryrefslogtreecommitdiff
path: root/sandbox/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/util/makefile.mk')
-rw-r--r--sandbox/util/makefile.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sandbox/util/makefile.mk b/sandbox/util/makefile.mk
index 3e02636bc86b..ac5684ec8a87 100644
--- a/sandbox/util/makefile.mk
+++ b/sandbox/util/makefile.mk
@@ -34,7 +34,7 @@ PRJNAME = sandbox
TARGET = lib_sandbox_util
# --- Settings -----------------------------------------------------
-
+.IF "$(L10N_framework)"==""
.INCLUDE : settings.mk
JARCLASSDIRS = com$/sun$/star$/lib$/sandbox
@@ -42,5 +42,7 @@ JARTARGET = sandbox.jar
JARCOMPRESS = TRUE
# --- Targets ------------------------------------------------------
+.ENDIF # L10N_framework
.INCLUDE : target.mk
+