summaryrefslogtreecommitdiff
path: root/dbm
diff options
context:
space:
mode:
authorGuenter Knauf <fuankg@apache.org>2011-03-18 02:30:44 +0000
committerGuenter Knauf <fuankg@apache.org>2011-03-18 02:30:44 +0000
commitcecb6d3aacd0a0410c443642f1eaeda7bdbf51ce (patch)
tree587299cd534f468ed0f31372728524d305295c15 /dbm
parent7164993330d9430d5a5735ff667758c5d86ef98a (diff)
downloadapr-cecb6d3aacd0a0410c443642f1eaeda7bdbf51ce.tar.gz
Use var for prelude so its possible to change it at one place.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1082798 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'dbm')
-rw-r--r--dbm/NWGNUdbmdb2
-rw-r--r--dbm/NWGNUdbmgdbm2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbm/NWGNUdbmdb b/dbm/NWGNUdbmdb
index fdce7b4f0..a79edf087 100644
--- a/dbm/NWGNUdbmdb
+++ b/dbm/NWGNUdbmdb
@@ -201,7 +201,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)
diff --git a/dbm/NWGNUdbmgdbm b/dbm/NWGNUdbmgdbm
index 3ab1c815c..dc0c2b0eb 100644
--- a/dbm/NWGNUdbmgdbm
+++ b/dbm/NWGNUdbmgdbm
@@ -200,7 +200,7 @@ FILES_nlm_objs = \
# These will be added as a library command in the link.opt file.
#
FILES_nlm_libs = \
- libcpre.o \
+ $(PRELUDE) \
$(EOLIST)
ifeq ($(LINK_STATIC),1)