about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/Makefile
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@redhat.com>2011-04-01 10:40:53 -0400
committerUlrich Drepper <drepper@gmail.com>2011-04-01 10:40:53 -0400
commit6e63d5e1aebc659a95223cf8862a7b42c67dbb1c (patch)
tree774b9528bc17bc04fc602923267d0b782039d8c0 /sysdeps/unix/sysv/linux/Makefile
parent4c1423edfb036a416c642b39d76370e2f2405bb1 (diff)
downloadglibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.gz
glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.tar.xz
glibc-6e63d5e1aebc659a95223cf8862a7b42c67dbb1c.zip
Install bits/timex.h header.
Diffstat (limited to 'sysdeps/unix/sysv/linux/Makefile')
-rw-r--r--sysdeps/unix/sysv/linux/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/Makefile b/sysdeps/unix/sysv/linux/Makefile
index 4302bd392c..7066ffe6da 100644
--- a/sysdeps/unix/sysv/linux/Makefile
+++ b/sysdeps/unix/sysv/linux/Makefile
@@ -95,7 +95,7 @@ generated += syscall-list.h syscall-list.d
 endif
 
 ifeq ($(subdir),time)
-sysdep_headers += sys/timex.h
+sysdep_headers += sys/timex.h bits/timex.h
 
 sysdep_routines += ntp_gettime ntp_gettimex
 endif