summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)" == ""
################################################################