summaryrefslogtreecommitdiff
path: root/berkeleydb/makefile.mk
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-09-09 15:20:12 +0200
committerMathias Bauer <mba@openoffice.org>2009-09-09 15:20:12 +0200
commitcf70f6e73fb9e88bd1edb43aeede215db01ce6df (patch)
treed4fcfe9911ee56c40789cca17f49662d42ad04e8 /berkeleydb/makefile.mk
parent3f7d5002332674ba3e3eabe7221bbeff83358f27 (diff)
#i103496#: removed sal dependency in berkeleydb
Diffstat (limited to 'berkeleydb/makefile.mk')
-rw-r--r--berkeleydb/makefile.mk6
1 files changed, 2 insertions, 4 deletions
diff --git a/berkeleydb/makefile.mk b/berkeleydb/makefile.mk
index fd9f4d7f1b64..313d8f63afd7 100644
--- a/berkeleydb/makefile.mk
+++ b/berkeleydb/makefile.mk
@@ -1,7 +1,7 @@
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
+#
# Copyright 2008 by Sun Microsystems, Inc.
#
# OpenOffice.org - a multi-platform office productivity suite
@@ -59,8 +59,6 @@ ADDITIONAL_FILES= \
sequence$/makefile.mk txn$/makefile.mk xa$/makefile.mk \
db_4_7_gcc4.map
-
-
# not needed for win32. comment out when causing problems...
.IF "$(GUI)$(COM)"=="WNTGCC"
PATCH_FILES=db-4.7.25-mingw.patch
@@ -113,7 +111,7 @@ BUILD_DIR_OUT=$(CONFIGURE_DIR)
.IF "$(OS)"=="IRIX"
CONFIGURE_ACTION= $(CONFIG_SHELL) ..$/dist$/configure
-BUILD_ACTION=gmake
+BUILD_ACTION=gmake
.ELSE
BUILD_ACTION=make
.ENDIF