]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Wed Jun 5 15:57:28 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Wed, 5 Jun 1996 23:23:03 +0000 (23:23 +0000)
committerRoland McGrath <roland@gnu.org>
Wed, 5 Jun 1996 23:23:03 +0000 (23:23 +0000)
* Makerules (distinfo-vars): Add sysdep_headers.
* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Append to
this instead of $(headers).
* sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.

sysdeps/unix/sysv/linux/alpha/Makefile

index beb8441b46301d6516874f8424366cef102c7a56..e6e421da9d0e286c639a926b85ebfbdab8e64010 100644 (file)
@@ -1,7 +1,6 @@
 ifeq ($(subdir), misc)
-headers += alpha/ptrace.h alpha/regdef.h
+sysdep_headers += alpha/ptrace.h alpha/regdef.h
 
-sysdep_routines := $(sysdep_routines) \
-  ieee_get_fp_control ieee_set_fp_control fpu_control setfpucw \
-  sethae ioperm osf_sigprocmask fstatfs statfs
+sysdep_routines += ieee_get_fp_control ieee_set_fp_control fpu_control \
+                  setfpucw sethae ioperm osf_sigprocmask fstatfs statfs
 endif