diff options
author | Roland McGrath <roland@gnu.org> | 1996-08-02 16:10:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-08-02 16:10:33 +0000 |
commit | 0569100ebe43bb55ff3b3fa954594f5cd58fe780 (patch) | |
tree | 4c649f92b2a3c0a0dd6edc899fc7991ea48535df /nss/Makefile | |
parent | 9a01894149a5e0c14a9138271ac34cc47f996104 (diff) | |
download | glibc-0569100ebe43bb55ff3b3fa954594f5cd58fe780.zip glibc-0569100ebe43bb55ff3b3fa954594f5cd58fe780.tar.gz glibc-0569100ebe43bb55ff3b3fa954594f5cd58fe780.tar.bz2 |
Fri Aug 2 01:04:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* nss/Makefile (generated): Add db-*.c.
Diffstat (limited to 'nss/Makefile')
-rw-r--r-- | nss/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile index b80ed76..aafa8e2 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -50,6 +50,7 @@ libnss_dns-routines := dns-host dns-network libnss_db-routines := $(addprefix db-,$(filter-out hosts network,\ $(databases))) +generated += $(addsuffix .c,$(libnss_db-routines)) distribute += db-XXX.c libnss_files-inhibit-o = $(filter-out .so,$(object-suffixes)) |