[$(subdir) = misc]: Use sysdep_headers instead of headers for make dist.
authorAndreas Jaeger <aj@suse.de>
Wed, 6 Sep 2000 08:21:55 +0000 (08:21 +0000)
committerAndreas Jaeger <aj@suse.de>
Wed, 6 Sep 2000 08:21:55 +0000 (08:21 +0000)
sysdeps/mips/Makefile
sysdeps/unix/sysv/linux/mips/Makefile

index 54b3520..849785a 100644 (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)
index 65365e1..1f9fc2d 100644 (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