diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-04-23 16:26:11 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-04-23 16:26:11 +0000 |
commit | bcad2c29c215f768944e268333ee7bdc6103c546 (patch) | |
tree | 700a5d574e9c0b2a7f496f7c3f3063a1977dedc1 /nss | |
parent | b1184fcdb51451aeb473e2a0025b5c5106bc8ea5 (diff) | |
download | glibc-bcad2c29c215f768944e268333ee7bdc6103c546.tar.gz glibc-bcad2c29c215f768944e268333ee7bdc6103c546.tar.xz glibc-bcad2c29c215f768944e268333ee7bdc6103c546.zip |
Update.
2000-04-23 Ulrich Drepper <drepper@redhat.com> * nss/Makefile (libnss_db-dbs): Remove stry backslash. Patch by Zack Weinberg <zack@wolery.cumb.org>.
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 5e94c347f4..18538d0b24 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -65,7 +65,7 @@ libnss_files-routines := $(addprefix files-,$(databases)) distribute += files-XXX.c files-parse.c libnss_db-dbs := $(addprefix db-,$(filter-out hosts network key,\ - $(databases))) \ + $(databases))) libnss_db-routines := $(libnss_db-dbs) db-open generated += $(filter-out db-alias.c db-netgrp.c, \ $(addsuffix .c,$(libnss_db-dbs))) |