summaryrefslogtreecommitdiff
path: root/sysdeps/mach/hurd/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-01-21 23:33:42 +0000
committerRoland McGrath <roland@gnu.org>1999-01-21 23:33:42 +0000
commit46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7 (patch)
tree0d5cf88794d071aa7a28806951e8b016fa1b13a3 /sysdeps/mach/hurd/Makefile
parent75d0cab2dd41c781c27c50f5332f308d3f076df1 (diff)
* sysdeps/mach/hurd/Makefile ($(common-objpfx)stamp-errnos): Depend on
$(common-objpfx)errnos.d.
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r--sysdeps/mach/hurd/Makefile2
1 files changed, 1 insertions, 1 deletions
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