summaryrefslogtreecommitdiff
path: root/scp2/source/ooo/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'scp2/source/ooo/makefile.mk')
-rw-r--r--scp2/source/ooo/makefile.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/scp2/source/ooo/makefile.mk b/scp2/source/ooo/makefile.mk
index 938cb6b38093..adb0175252c1 100644
--- a/scp2/source/ooo/makefile.mk
+++ b/scp2/source/ooo/makefile.mk
@@ -39,7 +39,7 @@ TARGETTYPE=CUI
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-.INCLUDE : i18npoolversion.mk
+.INCLUDE : i18npool/version.mk
.IF "$(COM)" == "MSC"
SCPDEFS+=-D_MSC
@@ -298,3 +298,9 @@ ULFFILES= \
# --- File ---------------------------------------------------------
.INCLUDE : target.mk
+.IF "$(SYSTEM_ICU)" != "YES"
+$(ICUVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/icuversion.mk
+.ENDIF
+
+$(ISOLANGVERSION_DEPENDENT_FILES) : $(SOLARINCDIR)$/i18npool/version.mk
+