summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-07-16 14:44:32 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-07-16 14:44:32 +0100
commite4f1b67f9416b0eafcc3eae2485f2db468131bce (patch)
treeae6a74f7b06b3d90dbf9ded4874dabf7655217b1
parent0e6d1583bc50cf27956f091ae8289ee164aefa1b (diff)
cmcfixes77: #i80021# system libtextcat
-rw-r--r--libtextcat/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 01a2a6eadc36..f14a69bd5113 100644
--- a/libtextcat/makefile.mk
+++ b/libtextcat/makefile.mk
@@ -30,6 +30,12 @@ PRJ=.
PRJNAME=libtextcat
TARGET=libtextcat
+.IF "$(SYSTEM_LIBTEXTCAT)" == "YES"
+all:
+ @echo "An already available installation of libtextcat should exist on your system."
+ @echo "Therefore the version provided here does not need to be built in addition."
+.ENDIF
+
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk