From a0abcd879eaec6e2a1f77863cef5727af2c4cee3 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 8 Sep 2004 13:54:50 +0000 Subject: INTEGRATION: CWS ooo20040704 (1.2.78); FILE MERGED 2004/06/30 15:06:55 cmc 1.2.78.1: #i30801# allow using system libs if possible --- expat/makefile.mk | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/expat/makefile.mk b/expat/makefile.mk index 1b4fbc9b0981..302b83e281b6 100644 --- a/expat/makefile.mk +++ b/expat/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: hjs $ $Date: 2002-07-09 12:24:30 $ +# last change: $Author: rt $ $Date: 2004-09-08 14:54:50 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,12 @@ TARGET=so_expat .INCLUDE : settings.mk +.IF "$(SYSTEM_EXPAT)" == "YES" +all: + @echo "An already available installation of expat should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- TARFILE_NAME=expat -- cgit