summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-24 13:29:41 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-24 13:29:41 +0000
commitf195b1f2a61627e3e77206c433dec6f702866f04 (patch)
treee9909b9b6a1742f0badb1dd071089c1ec6b4fc32
parentc58b388a0a2b6d016582f2338782083c70a7831a (diff)
#87136# no ALL target for L10N-framework
-rw-r--r--sw/source/core/makefile.mk6
-rw-r--r--sw/source/filter/makefile.mk6
2 files changed, 8 insertions, 4 deletions
diff --git a/sw/source/core/makefile.mk b/sw/source/core/makefile.mk
index 1a069dd12bb1..6bf99b941955 100644
--- a/sw/source/core/makefile.mk
+++ b/sw/source/core/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:48 $
+# last change: $Author: hjs $ $Date: 2001-08-24 14:27:37 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -164,6 +164,7 @@ SUBLIBS2+= \
#-------------------------------------------------------------------------
+.IF "$(L10N-framework)" == ""
.IF "$(RC_SUBDIRS)" == ""
.IF "$(depend)" == ""
core: \
@@ -175,6 +176,7 @@ core:
@+echo Doing nothing in source\core
.ENDIF
.ENDIF
+.ENDIF # "$(L10N-framework)" == ""
################################################################
diff --git a/sw/source/filter/makefile.mk b/sw/source/filter/makefile.mk
index ab95b33e7eda..229f71cd6933 100644
--- a/sw/source/filter/makefile.mk
+++ b/sw/source/filter/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: hjs $ $Date: 2000-10-13 09:34:08 $
+# last change: $Author: hjs $ $Date: 2001-08-24 14:29:41 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -136,6 +136,7 @@ SUBLIBS+= \
# -----------------------------------------------------------
+.IF "$(L10N-framework)" == ""
.IF "$(RC_SUBDIRS)" == ""
.IF "$(depend)" == ""
filter: \
@@ -147,6 +148,7 @@ filter:
@+echo Doing nothing in source\filter
.ENDIF
.ENDIF
+.ENDIF # "$(L10N-framework)" == ""
################################################################