mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-05 21:00:05 +00:00
[$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.
This commit is contained in:
parent
414002b13d
commit
f260ae2de4
@ -1,5 +1,6 @@
|
||||
ifeq ($(subdir),misc)
|
||||
headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h sys/asm.h sgidefs.h
|
||||
sysdep_headers += regdef.h fpregdef.h sys/regdef.h sys/fpregdef.h \
|
||||
sys/asm.h sgidefs.h
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),setjmp)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user