]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/Makefile [$(subdir)=inet] (sysdep_headers):
authorRoland McGrath <roland@gnu.org>
Sat, 5 Sep 1998 03:58:56 +0000 (03:58 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 5 Sep 1998 03:58:56 +0000 (03:58 +0000)
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.

ChangeLog
sysdeps/gnu/Dist
sysdeps/gnu/Makefile
sysdeps/unix/sysv/linux/Dist
sysdeps/unix/sysv/linux/Makefile

index f22c7300de24578ee634adfa01ade166f57fa8b3..3d08e58ad8a6bb527938db0a8fc2cdfe0ab88264 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 1998-09-05  Roland McGrath  <roland@baalperazim.frob.com>
 
+       * 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.
+
        * sysdeps/unix/sysv/linux/netinet/ip_icmp.h,
        sysdeps/unix/sysv/linux/netinet/tcp.h,
        sysdeps/unix/sysv/linux/netinet/udp.h: Moved to sysdeps/gnu/netinet.
index d20d528d030307b63022d7473b90d6c775f9dbdb..afbfd721e04528fdff350793628a584dcd54afdb 100644 (file)
@@ -1,3 +1,6 @@
 errlist.awk
 utmpx.h
 bits/utmpx.h
+netinet/tcp.h
+netinet/udp.h
+netinet/ip_icmp.h
index 77f0b230fd7760d23427adc6ad7a3f93f41ac27b..48932c3c8a2fb9eb34fccd59f4ba9769e63652af 100644 (file)
@@ -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
index e10e24a678e15f3e46e71a338721198fd7e158e5..e96ef14c920636b2ffa604970b909b40e893d3de 100644 (file)
@@ -33,10 +33,7 @@ netinet/if_tr.h
 netinet/igmp.h
 netinet/in_systm.h
 netinet/ip_fw.h
-netinet/ip_icmp.h
 netpacket/packet.h
-netinet/tcp.h
-netinet/udp.h
 netipx/ipx.h
 netrom/netrom.h
 netrose/rose.h
index dd8db415b3cfe7bbdbcd6f980ca44a7a22fd2bcc..13b1c1f2518c50ac784b7cf137abf17cc0e0fd34 100644 (file)
@@ -80,10 +80,9 @@ sysdep_headers += bits/pthreadtypes.h
 endif
 
 ifeq ($(subdir),inet)
-sysdep_headers += netinet/in_systm.h netinet/udp.h \
+sysdep_headers += sys/socketvar.h netinet/in_systm.h netinet/ip_fw.h \
                  netinet/if_fddi.h netinet/if_tr.h netinet/igmp.h \
-                 netinet/ip_fw.h  netinet/ip_icmp.h netipx/ipx.h \
-                 sys/socketvar.h netash/ash.h netax25/ax25.h netatalk/at.h \
+                 netipx/ipx.h netash/ash.h netax25/ax25.h netatalk/at.h \
                  netrom/netrom.h netpacket/packet.h netrose/rose.h
 endif