From 54ecd55e5a8ad0e69c733be3a33473c0b52c1279 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 11 Apr 2005 08:32:45 +0000 Subject: 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 --- berkeleydb/makefile.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'berkeleydb') 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 -- cgit v1.2.3