summaryrefslogtreecommitdiff
path: root/libxml2
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2004-09-21 08:15:57 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2004-09-21 08:15:57 +0000
commit4ed16b3970580342d5ffbb86711f898ec98e1ee8 (patch)
treea491c4a09da3cf132d3958da015b65bdc003fa98 /libxml2
parent4a91ce32bb7f77efee5c4e1fb046c9cf48f0652a (diff)
#i10000# makefile.mk and xml2.map as ADDITIONAL_FILES again.
Diffstat (limited to 'libxml2')
-rw-r--r--libxml2/makefile.mk14
1 files changed, 6 insertions, 8 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk
index 9e74d2149083..fd093dd2d3fe 100644
--- a/libxml2/makefile.mk
+++ b/libxml2/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: rt $ $Date: 2004-09-08 14:28:57 $
+# last change: $Author: rt $ $Date: 2004-09-21 09:15:57 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,12 +69,6 @@ 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
@@ -82,6 +76,10 @@ LIBXML2VERSION=2.5.11
TARFILE_NAME=$(PRJNAME)-$(LIBXML2VERSION)
PATCH_FILE_NAME=$(TARFILE_NAME).patch
+ADDITIONAL_FILES= \
+ makefile.mk \
+ xml2.map
+
# This is only for UNX environment now
.IF "$(OS)"=="WNT"