diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-05 16:02:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-05 16:02:55 +0000 |
commit | 96cfc53d01ca51a3303c672921c8ec97ef429720 (patch) | |
tree | fdc0bf609228c5938ece8913db5e63282d94c457 /nss | |
parent | a6dd65cd9f4a399eda38ab6f33571b179c2655c5 (diff) | |
download | glibc-96cfc53d01ca51a3303c672921c8ec97ef429720.zip glibc-96cfc53d01ca51a3303c672921c8ec97ef429720.tar.gz glibc-96cfc53d01ca51a3303c672921c8ec97ef429720.tar.bz2 |
($(objpfx)makedb): Move $(libdl) after db-open.o.
Diffstat (limited to 'nss')
-rw-r--r-- | nss/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nss/Makefile b/nss/Makefile index f6ebe2c..7f546f8 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) |