summaryrefslogtreecommitdiff
path: root/setup_native/scripts
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2009-09-16 11:45:54 +0000
commita408bb529fbd69138625a7efe7ce41fc5f899015 (patch)
tree3d7f1fde2a6350f4b45bb757763c789bea3616a4 /setup_native/scripts
parent7882c6a0034e17b65e1a27bc0ed7bc65bc1679c5 (diff)
CWS-TOOLING: integrate CWS l10nframework01
Diffstat (limited to 'setup_native/scripts')
-rw-r--r--setup_native/scripts/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/setup_native/scripts/makefile.mk b/setup_native/scripts/makefile.mk
index c1df2ff56026..59b310fe0e70 100644
--- a/setup_native/scripts/makefile.mk
+++ b/setup_native/scripts/makefile.mk
@@ -37,7 +37,7 @@ TARGET=install
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-
+.IF "$(L10N_framework)"==""
# --- Files --------------------------------------------------------
UNIXTEXT= \
@@ -59,8 +59,9 @@ FAKEDBROOT=$(COMMONMISC)/$(TARGET)/fake-db-root
# --- Targets ------------------------------------------------------
+.ENDIF # L10N_framework
.INCLUDE : target.mk
-
+.IF "$(L10N_framework)"==""
.IF "$(OS)" == "SOLARIS" || "$(OS)" == "LINUX"
ALLTAR: $(BIN)$/install $(BIN)$/uninstall
@@ -99,3 +100,4 @@ $(LB)$/getuid.so.stripped: $(LB)$/getuid.so
.ENDIF
+.ENDIF # L10N_framework