Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
	* sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
	libc-modules.h
  • Loading branch information
Samuel Thibault committed Mar 21, 2015
1 parent 298e5d5 commit d583531
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/mach/hurd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 :=,' \
Expand Down

0 comments on commit d583531

Please sign in to comment.