From: Samuel Thibault Date: Sat, 21 Mar 2015 00:19:23 +0000 (+0100) Subject: Add missing dependency X-Git-Tag: glibc-2.22~461 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d583531a9e15bc6d2b21a4cc3460682bc16b4892;p=thirdparty%2Fglibc.git Add missing dependency * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on libc-modules.h --- diff --git a/ChangeLog b/ChangeLog index 9d14696f7d7..95b8bfb04ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-03-21 Samuel Thibault * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 82c11e055b5..b528815e0ce 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -78,7 +78,7 @@ endef # the headers we want to search for Mach error codes, listed above (and # incidentally, all other headers those include). -include $(common-objpfx)errnos.d -$(common-objpfx)errnos.d: $(mach-errnos-deps) +$(common-objpfx)errnos.d: $(mach-errnos-deps) libc-modules.h $(mach-errno-h) | \ $(CC) $(CFLAGS) $(CPPFLAGS) -M -x c - | \ sed $(sed-remove-objpfx) -e 's,- *:,mach-errnos-deps :=,' \