Add missing dependency
* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on libc-modules.h
This commit is contained in:
parent
298e5d56dc
commit
d583531a9e
@ -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
|
||||
|
@ -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 :=,' \
|
||||
|
Loading…
x
Reference in New Issue
Block a user