about summary refs log tree commit diff
path: root/sysdeps/unix/sysv
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-09-06 08:21:55 +0000
committerAndreas Jaeger <aj@suse.de>2000-09-06 08:21:55 +0000
commitf260ae2de4e7788deaf36a7ce6ac75aef78bed08 (patch)
treee81757317d1b0fb3f815941d9bfcf93923b9ce11 /sysdeps/unix/sysv
parent414002b13d883c8e4f4dce82dad7e536c955129b (diff)
downloadglibc-f260ae2de4e7788deaf36a7ce6ac75aef78bed08.tar.gz
glibc-f260ae2de4e7788deaf36a7ce6ac75aef78bed08.tar.xz
glibc-f260ae2de4e7788deaf36a7ce6ac75aef78bed08.zip
[$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r--sysdeps/unix/sysv/linux/mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/Makefile b/sysdeps/unix/sysv/linux/mips/Makefile
index 65365e129a..1f9fc2dd03 100644
--- a/sysdeps/unix/sysv/linux/mips/Makefile
+++ b/sysdeps/unix/sysv/linux/mips/Makefile
@@ -7,5 +7,5 @@ endif
 ifeq ($(subdir),misc)
 sysdep_routines += cachectl cacheflush sysmips _test_and_set
 
-headers += sys/cachectl.h sys/sysmips.h sys/tas.h
+sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.h
 endif