summaryrefslogtreecommitdiff
path: root/libtextcat/makefile.mk
diff options
context:
space:
mode:
Diffstat (limited to 'libtextcat/makefile.mk')
-rw-r--r--libtextcat/makefile.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk
index 69e3dc022edf..83a1e426a659 100644
--- a/libtextcat/makefile.mk
+++ b/libtextcat/makefile.mk
@@ -32,8 +32,8 @@ 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."
+ @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 -----------------------------------------------------