diff options
Diffstat (limited to 'libtextcat/makefile.mk')
-rw-r--r-- | libtextcat/makefile.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtextcat/makefile.mk b/libtextcat/makefile.mk index 69e3dc0..83a1e42 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 ----------------------------------------------------- |