about summary refs log tree commit diff
path: root/sysdeps/gnu/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1998-09-05 03:58:56 +0000
committerRoland McGrath <roland@gnu.org>1998-09-05 03:58:56 +0000
commit59cacc8162df151f12590ea4918cccb624abc275 (patch)
tree5d9adb1a17aa0298319d0c54e81e49b03a3ed97c /sysdeps/gnu/Makefile
parenta361203e5c2854f50ef19a69c37e3cb3ae80e80a (diff)
downloadglibc-59cacc8162df151f12590ea4918cccb624abc275.tar.gz
glibc-59cacc8162df151f12590ea4918cccb624abc275.tar.xz
glibc-59cacc8162df151f12590ea4918cccb624abc275.zip
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
	Don't add netinet/udp.h, netinet/ip_icmp.h here.
	* sysdeps/gnu/Makefile: Do it here instead.
	* sysdeps/unix/sysv/linux/Dist: Move those files from here ...
	* sysdeps/gnu/Dist: ... to here.
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r--sysdeps/gnu/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile
index 77f0b230fd..48932c3c8a 100644
--- a/sysdeps/gnu/Makefile
+++ b/sysdeps/gnu/Makefile
@@ -35,3 +35,8 @@ sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
 
 sysdep_headers += utmpx.h bits/utmpx.h
 endif
+
+
+ifeq ($(subdir),inet)
+sysdep_headers += netinet/udp.h netinet/ip_icmp.h
+endif