summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-08-02 16:10:33 +0000
committerRoland McGrath <roland@gnu.org>1996-08-02 16:10:33 +0000
commit0569100ebe43bb55ff3b3fa954594f5cd58fe780 (patch)
tree4c649f92b2a3c0a0dd6edc899fc7991ea48535df
parent9a01894149a5e0c14a9138271ac34cc47f996104 (diff)
Fri Aug 2 01:04:02 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
* nss/Makefile (generated): Add db-*.c.
-rw-r--r--nss/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/Makefile b/nss/Makefile
index b80ed76987..aafa8e2810 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))