summaryrefslogtreecommitdiff
path: root/dbd
diff options
context:
space:
mode:
Diffstat (limited to 'dbd')
-rw-r--r--dbd/NWGNUdbdfreetds2
-rw-r--r--dbd/NWGNUdbdmysql2
-rw-r--r--dbd/NWGNUdbdpgsql2
-rw-r--r--dbd/NWGNUdbdsqli22
-rw-r--r--dbd/NWGNUdbdsqli32
5 files changed, 5 insertions, 5 deletions
diff --git a/dbd/NWGNUdbdfreetds b/dbd/NWGNUdbdfreetds
index 393e380c5..8692ff3bc 100644
--- a/dbd/NWGNUdbdfreetds
+++ b/dbd/NWGNUdbdfreetds
@@ -193,7 +193,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/dbd/NWGNUdbdmysql b/dbd/NWGNUdbdmysql
index 72bb414e2..c3e9c811f 100644
--- a/dbd/NWGNUdbdmysql
+++ b/dbd/NWGNUdbdmysql
@@ -197,7 +197,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/dbd/NWGNUdbdpgsql b/dbd/NWGNUdbdpgsql
index f6848fa96..05e67bcb0 100644
--- a/dbd/NWGNUdbdpgsql
+++ b/dbd/NWGNUdbdpgsql
@@ -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)
diff --git a/dbd/NWGNUdbdsqli2 b/dbd/NWGNUdbdsqli2
index c1f9cd1fa..3caef7a48 100644
--- a/dbd/NWGNUdbdsqli2
+++ b/dbd/NWGNUdbdsqli2
@@ -193,7 +193,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/dbd/NWGNUdbdsqli3 b/dbd/NWGNUdbdsqli3
index ed52a2486..e66f2347e 100644
--- a/dbd/NWGNUdbdsqli3
+++ b/dbd/NWGNUdbdsqli3
@@ -193,7 +193,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)