From d583531a9e15bc6d2b21a4cc3460682bc16b4892 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 21 Mar 2015 01:19:23 +0100 Subject: Add missing dependency * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on libc-modules.h --- sysdeps/mach/hurd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/Makefile') 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 :=,' \ -- cgit 1.4.1