From: drepper Date: Tue, 7 Apr 1998 16:13:14 +0000 (+0000) Subject: (libnss_hesiod-inhibit-o): Remove condition for static-nss since we X-Git-Tag: libc-ud-980427~501 X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=commitdiff_plain;h=63837dc3ecc044a45d8cf8999450f4c168613a37 (libnss_hesiod-inhibit-o): Remove condition for static-nss since we don't want hesiod in the static NSS. --- diff --git a/hesiod/Makefile b/hesiod/Makefile index a7e039b224..9959cee3fc 100644 --- a/hesiod/Makefile +++ b/hesiod/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1997 Free Software Foundation, Inc. +# Copyright (C) 1997, 1998 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 @@ -31,9 +31,8 @@ vpath %.c nss_hesiod libnss_hesiod-routines := hesiod hesiod-grp hesiod-pwd hesiod-service libnss_hesiod-map := libnss_hesiod.map -ifneq ($(build-static-nss),yes) +# Build only shared library libnss_hesiod-inhibit-o = $(filter-out .os,$(object-suffixes)) -endif include ../Rules