diff options
author | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:18:52 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2004-11-15 14:18:52 +0000 |
commit | a1cc6ddd66ad795665d2a7bd5578ae7b2c29b3a7 (patch) | |
tree | ec65c7e1d7a64f0a93fb62fb568740b9f5fc0877 /libxml2 | |
parent | fa94bcf4b7a5cf75383c73db6440af495b5aac9d (diff) |
INTEGRATION: CWS migration1 (1.7.6); FILE MERGED
2004/11/08 09:47:07 lo 1.7.6.2: configure is not only unix
2004/11/08 09:05:31 lo 1.7.6.1: why are those additional files creeping back in here?
Diffstat (limited to 'libxml2')
-rw-r--r-- | libxml2/makefile.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/libxml2/makefile.mk b/libxml2/makefile.mk index 549a06520aee..f9ff56401757 100644 --- a/libxml2/makefile.mk +++ b/libxml2/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: rt $ $Date: 2004-09-24 07:54:45 $ +# last change: $Author: obo $ $Date: 2004-11-15 15:18:52 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -86,8 +86,6 @@ ADDITIONAL_FILES= \ makefile.mk \ xml2.map -# This is only for UNX environment now - .IF "$(OS)"=="WNT" CONFIGURE_DIR=win32 CONFIGURE_ACTION=cscript configure.js |