mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
[$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.
This commit is contained in:
parent
e739de1170
commit
7e54ab950c
@ -1,5 +1,6 @@
|
|||||||
ifeq ($(subdir),misc)
|
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
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),setjmp)
|
ifeq ($(subdir),setjmp)
|
||||||
|
@ -7,5 +7,5 @@ endif
|
|||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_routines += cachectl cacheflush sysmips _test_and_set
|
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
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user