diff options
author | Caolán McNamara <cmc@openoffice.org> | 2010-08-30 15:20:46 +0100 |
---|---|---|
committer | Caolán McNamara <cmc@openoffice.org> | 2010-08-30 15:20:46 +0100 |
commit | b3f09adb3c2d83ceb3f04c52e18e9492278dfe3f (patch) | |
tree | 4c954b38ff4d81bf782664667eb35911e483bacf | |
parent | be518033480492f213b99e8c9b974f7336f90028 (diff) | |
parent | ff1ad8a1106e2fa20440ab5f46048fb985a466fc (diff) |
cmcfixes78: merge with DEV300 m87
-rw-r--r-- | libtextcat/makefile.mk | 6 |
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 |