summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-30 10:42:29 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-30 10:42:29 +0000
commitd4c56c87a4a7fc9702dc9717ec38aea551e23109 (patch)
tree00bb25e98be6c24956bab164289e58f696b10d5b
parent07a6df809b355296588a0fd565a1f8219b507a04 (diff)
INTEGRATION: CWS systemmozilla (1.6.70); FILE MERGED
2005/01/06 18:58:34 rene 1.6.70.1: #i17187# use system mozilla ... (patch)
-rw-r--r--extensions/source/plugin/unx/makefile.mk9
1 files changed, 2 insertions, 7 deletions
diff --git a/extensions/source/plugin/unx/makefile.mk b/extensions/source/plugin/unx/makefile.mk
index 3bd9183cb406..e43aa3e28890 100644
--- a/extensions/source/plugin/unx/makefile.mk
+++ b/extensions/source/plugin/unx/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.6 $
+# $Revision: 1.7 $
#
-# last change: $Author: rt $ $Date: 2004-09-08 14:04:44 $
+# last change: $Author: rt $ $Date: 2005-03-30 11:42:29 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -65,11 +65,6 @@ PRJNAME=plugin
TARGET=plunx
TARGETTYPE=CUI
-.IF "$(WITH_MOZILLA)" == "NO"
-dummy:
- @echo "mozilla disabled"
-.ENDIF
-
.INCLUDE : ..$/util$/makefile.pmk
# --- Files --------------------------------------------------------