2000-04-23  Ulrich Drepper  <drepper@redhat.com>

	* nss/Makefile (libnss_db-dbs): Remove stry backslash.
	Patch by Zack Weinberg <zack@wolery.cumb.org>.
This commit is contained in:
Ulrich Drepper 2000-04-23 16:26:11 +00:00
parent b1184fcdb5
commit bcad2c29c2
3 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2000-04-23 Ulrich Drepper <drepper@redhat.com>
* nss/Makefile (libnss_db-dbs): Remove stry backslash.
Patch by Zack Weinberg <zack@wolery.cumb.org>.
2000-04-22 Ulrich Drepper <drepper@redhat.com>
* manual/examples/subopt.c (mount_opts): Add missing terminating

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
int do_all;
const char *type;

View File

@ -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)))