From: Roland McGrath Date: Wed, 5 Jun 1996 23:23:03 +0000 (+0000) Subject: Wed Jun 5 15:57:28 1996 Roland McGrath X-Git-Tag: glibc-2.16-ports-before-merge~3804 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0526c3be0eceae9a33610bf6aa5bc2e2ebe759e8;p=thirdparty%2Fglibc.git Wed Jun 5 15:57:28 1996 Roland McGrath * 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. --- diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index beb8441b463..e6e421da9d0 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -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