summary refs log tree commit diff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-21 01:19:23 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-03-21 01:19:23 +0100
commitd583531a9e15bc6d2b21a4cc3460682bc16b4892 (patch)
tree1597f96b89b5a9bef6a9db34e05e13bc2b1aae8b
parent298e5d56dca199aea2c18ef27dd33bd82c879ee4 (diff)
downloadglibc-d583531a9e15bc6d2b21a4cc3460682bc16b4892.tar.gz
glibc-d583531a9e15bc6d2b21a4cc3460682bc16b4892.tar.xz
glibc-d583531a9e15bc6d2b21a4cc3460682bc16b4892.zip
Add missing dependency
	* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
	libc-modules.h
-rw-r--r--ChangeLog5
-rw-r--r--sysdeps/mach/hurd/Makefile2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9d14696f7d..95b8bfb04f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index 82c11e055b..b528815e0c 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 :=,' \