diff options
author | Roland McGrath <roland@gnu.org> | 1999-01-21 23:33:42 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-01-21 23:33:42 +0000 |
commit | 46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7 (patch) | |
tree | 0d5cf88794d071aa7a28806951e8b016fa1b13a3 /sysdeps/mach/hurd/Makefile | |
parent | 1999-01-22 Roland McGrath <roland@baalperazim.frob.com> (diff) | |
download | glibc-46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7.tar.gz glibc-46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7.tar.bz2 glibc-46db1cb016c7cba429a49b7b2f9f3e5a805ce6b7.zip |
* 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/Makefile | 2 |
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 |