[$(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 e739de1170
commit 7e54ab950c
2 changed files with 3 additions and 2 deletions

View File

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

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