diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-24 10:40:26 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-24 10:40:26 +0000 |
commit | 67afae58601ff74fcbcfac1f63fa3ab9962f2918 (patch) | |
tree | 6818bad79679b719c9e1a8740731eabe6bf2b125 /sysdeps/gnu/Makefile | |
parent | 8d097a18d8eca79c2d38429ec0a5cb636b58b591 (diff) | |
download | glibc-67afae58601ff74fcbcfac1f63fa3ab9962f2918.tar.gz glibc-67afae58601ff74fcbcfac1f63fa3ab9962f2918.tar.xz glibc-67afae58601ff74fcbcfac1f63fa3ab9962f2918.zip |
1999-01-23 Roland McGrath <roland@baalperazim.frob.com>
* sysdeps/unix/sysv/linux/sys/mtio.h: Moved to... * sysdeps/gnu/sys/mtio.h: ...here. (_IOT_mtop, _IOT_mtget, _IOT_mtpos, _IOT_mtconfiginfo): New macros. * sysdeps/gnu/Dist: Add sys/mtio.h. * sysdeps/unix/sysv/linux/Dist: Remove sys/mtio.h. * sysdeps/unix/sysv/linux/Makefile [$(subdir) = misc] (sysdep_headers): Don't add sys/mtio.h here. * sysdeps/gnu/Makefile [$(subdir) = misc] (sysdep_headers): Add it here instead.
Diffstat (limited to 'sysdeps/gnu/Makefile')
-rw-r--r-- | sysdeps/gnu/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sysdeps/gnu/Makefile b/sysdeps/gnu/Makefile index 48932c3c8a..14a190acf6 100644 --- a/sysdeps/gnu/Makefile +++ b/sysdeps/gnu/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. +# Copyright (C) 1996, 97, 98, 99 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 @@ -40,3 +40,8 @@ endif ifeq ($(subdir),inet) sysdep_headers += netinet/udp.h netinet/ip_icmp.h endif + + +ifeq ($(subdir),misc) +sysdep_headers += sys/mtio.h +endif |