summaryrefslogtreecommitdiff
path: root/sw/source/ui/makefile.mk
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-24 13:22:26 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-24 13:22:26 +0000
commitc58b388a0a2b6d016582f2338782083c70a7831a (patch)
treef6e873a8645cfe4a897913f49b4ac3b8f1aba16b /sw/source/ui/makefile.mk
parent9ef0754706a5f190b217410fa7bca0f0186d71be (diff)
#87136# no ALL target for L10N-framework
Diffstat (limited to 'sw/source/ui/makefile.mk')
-rw-r--r--sw/source/ui/makefile.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/source/ui/makefile.mk b/sw/source/ui/makefile.mk
index e94c7b202594..88246d55fa40 100644
--- a/sw/source/ui/makefile.mk
+++ b/sw/source/ui/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: os $ $Date: 2000-10-13 10:08:04 $
+# last change: $Author: hjs $ $Date: 2001-08-24 14:22:26 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -153,6 +153,7 @@ SUBLIBS2= \
# -----------------------------------------------------------
+.IF "$(L10N-framework)" == ""
.IF "$(RC_SUBDIRS)" == ""
.IF "$(depend)" == ""
ui: \
@@ -164,6 +165,7 @@ ui:
@+echo Doing nothing in source\ui
.ENDIF
.ENDIF
+.ENDIF # "$(L10N-framework)" == ""
################################################################