1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

[$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.

This commit is contained in:
Andreas Jaeger
2000-09-06 08:21:55 +00:00
parent 414002b13d
commit f260ae2de4
2 changed files with 3 additions and 2 deletions

View File

@ -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