about summary refs log tree commit diff
path: root/hesiod/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-04-07 16:19:36 +0000
committerUlrich Drepper <drepper@redhat.com>1998-04-07 16:19:36 +0000
commit6ca96fe202d5031bd34794b81798651a07839075 (patch)
tree5684b91ae1d63086f43b1742b04a6b0440fd0e5b /hesiod/Makefile
parent6916c5e1fa03596836767d10648a26eff9d6a8e2 (diff)
downloadglibc-6ca96fe202d5031bd34794b81798651a07839075.tar.gz
glibc-6ca96fe202d5031bd34794b81798651a07839075.tar.xz
glibc-6ca96fe202d5031bd34794b81798651a07839075.zip
Update.
1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* resolv/Makefile: Include ../Makeconfig - needed for building
	static NSS module.

1998-04-04  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* hesiod/Makefile (libnss_hesiod-inhibit-o): Remove condition for
	static-nss since we don't want hesiod in the static NSS.

	* nss/Makefile: Build only nss_files as static.

	* nss/function.def: Remove support for service db.

1998-04-04 09:44  H.J. Lu  <hjl@gnu.org>

	* Makeconfig (CPPFLAGS-.oS): Add -DPIC.

1998-04-04 18:29  Tim Waugh  <tim@cyberelk.demon.co.uk>

	* posix/wordexp-test.c: Make IFS per test-case.
Diffstat (limited to 'hesiod/Makefile')
-rw-r--r--hesiod/Makefile5
1 files changed, 2 insertions, 3 deletions
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