about summary refs log tree commit diff
path: root/hurd/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2012-03-07 05:17:13 -0500
committerUlrich Drepper <drepper@gmail.com>2012-03-07 05:17:13 -0500
commita4300c7a4d65e24a4a0215460c063ea9c7b4605a (patch)
tree228de57e9b32df7a9e8b78e18095a1512c5cafb9 /hurd/Makefile
parent482ff4dae91cf9a288284072d1a299868db7a634 (diff)
downloadglibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.gz
glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.tar.xz
glibc-a4300c7a4d65e24a4a0215460c063ea9c7b4605a.zip
Remove distribute variable from Makefiles
Diffstat (limited to 'hurd/Makefile')
-rw-r--r--hurd/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/hurd/Makefile b/hurd/Makefile
index bdad4ff90b..321e04ef13 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -1,4 +1,4 @@
-# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004,2006
+# Copyright (C) 1991,92,93,94,95,96,97,98,99,2001,2002,2004,2006,2012
 #	Free Software Foundation, Inc.
 # This file is part of the GNU C Library.
 
@@ -29,7 +29,7 @@ headers = hurd.h $(interface-headers) \
 			    userlink.h resource.h threadvar.h lookup.h)
 
 inline-headers = hurd.h $(addprefix hurd/,fd.h signal.h \
-				          userlink.h threadvar.h port.h)
+					  userlink.h threadvar.h port.h)
 
 # The RPC interfaces go in a separate library.
 interface-library := libhurduser
@@ -67,12 +67,9 @@ dtable	= dtable port2fd new-fd alloc-fd intern-fd \
 	  getdport openport \
 	  fd-close fd-read fd-write hurdioctl ctty-input ctty-output
 inlines = $(inline-headers:%.h=%-inlines)
-distribute = hurdstartup.h hurdfault.h hurdhost.h \
-	     faultexc.defs intr-rpc.defs intr-rpc.h intr-msg.h Notes
 
 # XXX this is a temporary hack; see hurdmalloc.h
 routines += hurdmalloc
-distribute += hurdmalloc.h
 
 # Binary compatibility for libc.so.0.2[GLIBC_2.0].
 ifeq ($(versioning),yes)