aboutsummaryrefslogtreecommitdiff
path: root/nss
diff options
context:
space:
mode:
Diffstat (limited to 'nss')
-rw-r--r--nss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile
index f6ebe2c207..7f546f8027 100644
--- a/nss/Makefile
+++ b/nss/Makefile
@@ -72,7 +72,7 @@ generated += $(filter-out db-alias.c db-netgrp.c, \
distribute += $(addprefix nss_db/, db-XXX.c nss_db.h dummy-db.h)
-$(objpfx)makedb: $(libdl) $(objpfx)db-open.o
+$(objpfx)makedb: $(objpfx)db-open.o $(libdl)
# Build static module if requested
ifneq ($(build-static-nss),yes)