diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:54:50 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-08 13:54:50 +0000 |
commit | a0abcd879eaec6e2a1f77863cef5727af2c4cee3 (patch) | |
tree | b6e04f68edd9f1733f3b03c67205db2bd4d0dec8 /expat/makefile.mk | |
parent | 2d5bbdec0f15e48f995739385bcd2425564d6a2c (diff) |
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
Diffstat (limited to 'expat/makefile.mk')
-rw-r--r-- | expat/makefile.mk | 10 |
1 files 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 |