From 7e54ab950c879c7dec4f3d2f95b49cc77b5784ce Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Wed, 6 Sep 2000 08:21:55 +0000 Subject: [PATCH] [$(subdir) = misc]: Use sysdep_headers instead of headers for make dist. --- sysdeps/mips/Makefile | 3 ++- sysdeps/unix/sysv/linux/mips/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sysdeps/mips/Makefile b/sysdeps/mips/Makefile index 54b3520c84..849785a550 100644 --- a/sysdeps/mips/Makefile +++ b/sysdeps/mips/Makefile @@ -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) 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