mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +00:00
($(objpfx)makedb): Move $(libdl) after db-open.o.
This commit is contained in:
parent
a6dd65cd9f
commit
96cfc53d01
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user