about summary refs log tree commit diff
path: root/hurd
diff options
context:
space:
mode:
authorThomas Bushnell, BSG <thomas@gnu.org>1996-09-23 21:51:36 +0000
committerThomas Bushnell, BSG <thomas@gnu.org>1996-09-23 21:51:36 +0000
commitd8766439cbac0f6208a52416824e7c0b03298e89 (patch)
tree9b6cd768f7844f01e8d2500c2563557db1c33e36 /hurd
parente320cbc913f2d70b3f68ba1005c02fb76adc4245 (diff)
downloadglibc-d8766439cbac0f6208a52416824e7c0b03298e89.tar.gz
glibc-d8766439cbac0f6208a52416824e7c0b03298e89.tar.xz
glibc-d8766439cbac0f6208a52416824e7c0b03298e89.zip
*** empty log message ***
Mon Sep 23 15:31:04 1996  Thomas Bushnell, n/BSG  <thomas@gnu.ai.mit.edu>

	* hurd/Makefile ($(includedir)/rpc/netdb.h): There is no make
	variable `top_srcdir' in libc; use $(..) instead.

	* sysdeps/mach/hurd/Makefile (rtld-installed-name): Delete special
	definition.  It was a *Mistake*.  (With a capital M.)

	* sysdeps/mach/getsysstats.c (__get_nprocs): Renamed from
	__get_nproc.
	(__get_nprocs_conf): Renamed from __get_nproc_conf.
Diffstat (limited to 'hurd')
-rw-r--r--hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index 363aeeaa98..bb63065383 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -73,7 +73,7 @@ include ../Rules
 # from $(subdirs), and this rule arranges for the header in question
 # to get installed.
 install-headers-nosubdir: $(includedir)/rpc/netdb.h
-$(includedir)/rpc/netdb.h: $(top_srcdir)/sunrpc/rpc/netdb.h
+$(includedir)/rpc/netdb.h: $(..)sunrpc/rpc/netdb.h
 	$(do-install)