summaryrefslogtreecommitdiff
path: root/sw/source/filter/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sw/source/filter/makefile.mk')
-rw-r--r--sw/source/filter/makefile.mk6
1 files changed, 4 insertions, 2 deletions
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)" == ""
################################################################