From 46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 21 Jan 1999 23:33:42 +0000 Subject: * sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend on $(common-objpfx)errnos.d. --- 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 14cc102e00..d635e9bb0a 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -87,7 +87,7 @@ $(common-objpfx)errnos.d: $(mach-errnos-deps) $(hurd)/bits/errno.h: $(common-objpfx)stamp-errnos ; $(common-objpfx)stamp-errnos: $(hurd)/errnos.awk $(errno.texinfo) \ - $(mach-errnos-deps) + $(mach-errnos-deps) $(common-objpfx)errnos.d $(AWK) -f $^ > $(hurd)/bits/errno.h-tmp # Make it unwritable so noone will edit it by mistake. -chmod a-w $(hurd)/bits/errno.h-tmp -- cgit 1.4.1