summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <cmc@openoffice.org>2010-08-30 15:20:46 +0100
committerCaolán McNamara <cmc@openoffice.org>2010-08-30 15:20:46 +0100
commitb3f09adb3c2d83ceb3f04c52e18e9492278dfe3f (patch)
tree4c954b38ff4d81bf782664667eb35911e483bacf
parentbe518033480492f213b99e8c9b974f7336f90028 (diff)
parentff1ad8a1106e2fa20440ab5f46048fb985a466fc (diff)
cmcfixes78: merge with DEV300 m87
-rw-r--r--libtextcat/makefile.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 01a2a6e..f14a69b 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