]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add missing dependency
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 21 Mar 2015 00:19:23 +0000 (01:19 +0100)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sat, 21 Mar 2015 00:19:23 +0000 (01:19 +0100)
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
libc-modules.h

ChangeLog
sysdeps/mach/hurd/Makefile

index 9d14696f7d77c446c602a7a91e09ca5e42a5cc01..95b8bfb04fffe85b165213b98b6c00c7e89363e1 100644 (file)
--- 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
index 82c11e055b5acc6c1b24207742ea57ce9f58b1fc..b528815e0ce69d9be9404f54cf81759f26b4a723 100644 (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 :=,' \