summaryrefslogtreecommitdiff
path: root/unoxml/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 17:06:39 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-12-10 17:06:39 +0000
commit526616e37f72c30e3d141966f3d3caf757647832 (patch)
tree76161c275c09c2a7383ecb97134b3be59c1cf675 /unoxml/source
parent2e3976eab2f5365ce284013121c0a968dfabc214 (diff)
INTEGRATION: CWS ause012 (1.4.6); FILE MERGED
2004/11/16 15:13:53 hjs 1.4.6.1: #i37200# remove unused RSCUPDVER redefinition
Diffstat (limited to 'unoxml/source')
-rw-r--r--unoxml/source/service/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/unoxml/source/service/makefile.mk b/unoxml/source/service/makefile.mk
index 34b1bc13e62f..59f1468156da 100644
--- a/unoxml/source/service/makefile.mk
+++ b/unoxml/source/service/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: rt $ $Date: 2004-09-08 16:16:02 $
+# last change: $Author: hr $ $Date: 2004-12-10 18:06:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -62,7 +62,7 @@
PRJ=..$/..
-PRJNAME=libxml2
+PRJNAME=unoxml
TARGET=unoxml
LIBTARGET=NO
@@ -71,7 +71,7 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
-RSCUPDVER=$(RSCREVISION)(SV$(UPD)$(UPDMINOR))
+
.IF "$(SYSTEM_LIBXML)" == "YES"
CFLAGS+=-DSYSTEM_LIBXML $(LIBXML_CFLAGS)
.ENDIF