diff options
author | Roland McGrath <roland@gnu.org> | 2001-10-10 20:11:04 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2001-10-10 20:11:04 +0000 |
commit | 0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e (patch) | |
tree | 2fb58e333c61af4c6d0cb36a5a1dd3def4b9e1f5 /sysdeps/mach/hurd/Makefile | |
parent | 2e342fe6232d8d5ad7820defef9c8f8c3c1dc825 (diff) | |
download | glibc-0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e.tar.gz glibc-0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e.tar.xz glibc-0dc87bc64b01bb63c9e0c89a0808d00e62d7bf5e.zip |
2001-10-10 Jeff Bailey <jbailey@nisa.net>
* sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of bits/errno.h 2001-10-07 Roland McGrath <roland@frob.com> * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r-- | sysdeps/mach/hurd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 81fd059d78..586ca4a20c 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -80,7 +80,7 @@ endef -include $(common-objpfx)errnos.d $(common-objpfx)errnos.d: $(mach-errnos-deps) $(mach-errno-h) | \ - $(CC) $(CPPFLAGS) -M -x c - | \ + $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \ sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \ -e 's, \.\./, $(..),g' > $@t mv -f $@t $@ |