diff options
-rw-r--r-- | berkeleydb/makefile.mk | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk index 7ea8cb53f971..f9784f2c8875 100644 --- a/berkeleydb/makefile.mk +++ b/berkeleydb/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.17 $ +# $Revision: 1.18 $ # -# last change: $Author: kz $ $Date: 2004-07-30 13:38:43 $ +# last change: $Author: rt $ $Date: 2004-09-08 14:03:39 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -69,6 +69,12 @@ TARGET=so_berkeleydb .INCLUDE : settings.mk +.IF "$(SYSTEM_DB3)" == "YES" +all: + @echo "An already available installation of db3 should exist on your system." + @echo "Therefore the version provided here does not need to be built in addition." +.ENDIF + # --- Files -------------------------------------------------------- TARFILE_NAME=db-3.2.9 |