diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-16 12:27:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-16 12:27:52 +0000 |
commit | e380c9782e238a14547c695d348fe91ba9937167 (patch) | |
tree | 681aebf1872ab0107b0aed01df3a3ab1deb8e416 /libxml2 | |
parent | a1cc6ddd66ad795665d2a7bd5578ae7b2c29b3a7 (diff) |
INTEGRATION: CWS eforms2 (1.4.2); FILE MERGED;2004/10/08 17:52:33 dvo 1.4.2.2: RESYNC: (1.4-1.7); FILE MERGED;2004/08/26 11:27:21 lo 1.4.2.1: #i32398# fix rebuild problem, removing 'additional files' (AGAIN!)
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index f9ff56401757..b8d324bee7b2 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: obo $ $Date: 2004-11-15 15:18:52 $ +# last change: $Author: obo $ $Date: 2004-11-16 13:27:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -82,9 +82,7 @@ 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" CONFIGURE_DIR=win32 |