]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
(distribute): Filter out xmalloc.c. cvs/glibc-2-2-5 glibc-2.2.5
authorUlrich Drepper <drepper@redhat.com>
Mon, 21 Jan 2002 07:14:56 +0000 (07:14 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 21 Jan 2002 07:14:56 +0000 (07:14 +0000)
nscd/Makefile

index 410404b0847058c2e7dcee08e38fdf5d2971347e..0b11c712fbdbbc97d47a1e4e974978a7dae0a82a 100644 (file)
@@ -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