summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Glazunov <vg@openoffice.org>2010-08-25 17:13:00 +0200
committerVladimir Glazunov <vg@openoffice.org>2010-08-25 17:13:00 +0200
commite97e1bf62b4b7de61edf760a77de7e55afa93d84 (patch)
treea294573da08db76f4bc0a5129b9015ee071c9151
parent532f35c60bc7f2340188dbc6b4e01f40474cbdb0 (diff)
parent966dff53a545aeadeef34823f20fef1293a10562 (diff)
CWS-TOOLING: integrate CWS cmcfixes77
Notes
split repo tag: libs-extern_ooo/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 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