Add missing dependency

* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
	libc-modules.h
This commit is contained in:
Samuel Thibault 2015-03-21 01:19:23 +01:00
parent 298e5d56dc
commit d583531a9e
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
libc-modules.h
2015-03-19 Roland McGrath <roland@hack.frob.com>
* sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations

View File

@ -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 :=,' \