diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 19:50:58 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-03-20 19:50:58 +0100 |
commit | c775104ac6c36d010570811c1e038ac92094e5e5 (patch) | |
tree | e5ccfdf1d0654e029f6c92fe7329076e68196fba /ChangeLog | |
parent | fe43d0f464fa97f0cb4c08f3303f6a7aadd638f9 (diff) | |
download | glibc-c775104ac6c36d010570811c1e038ac92094e5e5.zip glibc-c775104ac6c36d010570811c1e038ac92094e5e5.tar.gz glibc-c775104ac6c36d010570811c1e038ac92094e5e5.tar.bz2 |
Fix mach-syscalls.mk build
* mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3,6 +3,7 @@ * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Strip "-include $(common-objpfx)libc-modules.h" from CPPFLAGS, and do not depend on libc-modules.h, + * mach/Makefile ($(objpfx)mach-syscalls.mk): Depend on libc-modules.h. 2016-03-17 Joseph Myers <joseph@codesourcery.com> |