diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-09-24 06:54:45 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-09-24 06:54:45 +0000 |
commit | 60ebd46d8768bf0ff32975919354dea729921c67 (patch) | |
tree | 6b666960f16a47f4a0fabf10f5562127769ac0ea /libxml2 | |
parent | 4ed16b3970580342d5ffbb86711f898ec98e1ee8 (diff) |
#i10000# Sorry, the SYSTEM_LIBXML conditional was removed by mistake. Reverted.
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index fd093dd2d3fe..549a06520aee 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2004-09-21 09:15:57 $ +# last change: $Author: rt $ $Date: 2004-09-24 07:54:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,12 @@ TARGET=so_libxml2 .INCLUDE : settings.mk +.IF "$(SYSTEM_LIBXML)" == "YES" +all: + @echo "An already available installation of libxml should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- LIBXML2VERSION=2.5.11 |