summaryrefslogtreecommitdiff
path: root/berkeleydb
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 08:32:45 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2005-04-11 08:32:45 +0000
commit54ecd55e5a8ad0e69c733be3a33473c0b52c1279 (patch)
treee3f4744b7d8c7e8c6ba1cc354e868ab44c8e190c /berkeleydb
parentfb5a427e4d371465549ab26146d754583e725207 (diff)
INTEGRATION: CWS systemdb (1.19.2); FILE MERGED
2005/04/06 08:13:03 rene 1.19.2.2: don't copy db.jar, add it to XCLASSPATH 2005/03/31 08:28:05 rene 1.19.2.1: fix build with system db, remove system-db3 flags, add system-db #i34430# copy db.jar into the tree
Diffstat (limited to 'berkeleydb')
-rw-r--r--berkeleydb/makefile.mk8
1 files changed, 4 insertions, 4 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk
index 97bed02d97db..b551135d7667 100644
--- a/berkeleydb/makefile.mk
+++ b/berkeleydb/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.20 $
+# $Revision: 1.21 $
#
-# last change: $Author: hr $ $Date: 2005-04-11 08:42:27 $
+# last change: $Author: hr $ $Date: 2005-04-11 09:32:45 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,9 +69,9 @@ TARGET=so_berkeleydb
.INCLUDE : settings.mk
-.IF "$(SYSTEM_DB3)" == "YES"
+.IF "$(SYSTEM_DB)" == "YES"
all:
- @echo "An already available installation of db3 should exist on your system."
+ @echo "An already available installation of db should exist on your system."
@echo "Therefore the version provided here does not need to be built in addition."
.ENDIF