summaryrefslogtreecommitdiff
path: root/goodies/util/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'goodies/util/makefile.mk')
-rw-r--r--goodies/util/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/goodies/util/makefile.mk b/goodies/util/makefile.mk
index 13bb94069804..dc5d9566ea8a 100644
--- a/goodies/util/makefile.mk
+++ b/goodies/util/makefile.mk
@@ -42,6 +42,7 @@ GEN_HID=TRUE
.INCLUDE : settings.mk
# --- Allgemein ---------------------------------------------------
+.IF "$(L10N_framework)"==""
LIB1TARGET=$(SLB)$/go.lib
LIB1FILES=\
@@ -78,6 +79,7 @@ DEF1EXPORTFILE =goodies.dxp
# THB: exports list goodies checked for 6.0 Final 6.12.2001
# Note: explicit exports only necessary for VCL graphic filters (see there)
+.ENDIF
# --- Targets -----------------------------------------------------------
@@ -86,6 +88,7 @@ DEF1EXPORTFILE =goodies.dxp
.IF "$(depend)"==""
# --- Goodies-Filter-Datei ---
+.IF "$(L10N_framework)"==""
$(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo ------------------------------
@@ -98,3 +101,5 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk
@echo CT>>$@
.ENDIF
+
+.ENDIF