about summary refs log tree commit diff
path: root/nscd/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-01-21 07:15:25 +0000
committerUlrich Drepper <drepper@redhat.com>2002-01-21 07:15:25 +0000
commitfbee8a1eb152f6f902db6eaded556557cd362c8f (patch)
treec7254089f1a6bad060858752711f0f55879b7bdc /nscd/Makefile
parent284749da8bfa7720960381f6681157f6ab44547d (diff)
downloadglibc-fbee8a1eb152f6f902db6eaded556557cd362c8f.tar.gz
glibc-fbee8a1eb152f6f902db6eaded556557cd362c8f.tar.xz
glibc-fbee8a1eb152f6f902db6eaded556557cd362c8f.zip
Update.
2002-01-20  Ulrich Drepper  <drepper@redhat.com>

	* nscd/Makefile (distribute): Filter out xmalloc.c.

	* manual/syslog.texi (openlog): Describe possible problems with
Diffstat (limited to 'nscd/Makefile')
-rw-r--r--nscd/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/nscd/Makefile b/nscd/Makefile
index 410404b084..0b11c712fb 100644
--- a/nscd/Makefile
+++ b/nscd/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1998, 2000 Free Software Foundation, Inc.
+# Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
 # The GNU C Library is free software; you can redistribute it and/or
@@ -47,8 +47,9 @@ otherlibs += $(nssobjdir)/libnss_files.a $(resolvobjdir)/libnss_dns.a \
 endif
 
 distribute := nscd.h nscd-client.h dbg_log.h \
-	      $(nscd-modules:=.c) nscd_nischeck.c TODO nscd.conf nscd.init \
-	      nscd_proto.h nscd-types.h
+	      $(addsuffix .c, $(filter-out xmalloc, $(nscd-modules))) \
+	      nscd_nischeck.c TODO nscd.conf nscd.init nscd_proto.h \
+	      nscd-types.h
 
 include ../Rules