about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/Makefile
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2003-02-15 22:59:19 +0000
committerRoland McGrath <roland@gnu.org>2003-02-15 22:59:19 +0000
commitc06b8d60f4dcd911dbae2e4b36ed7af30e9b645e (patch)
tree9a323f2cc775d49d12b08ce750eb4345b5c7e33e /sysdeps/mach/hurd/Makefile
parent3a8e69f22b6de7721a632616b7738468bb14245c (diff)
downloadglibc-c06b8d60f4dcd911dbae2e4b36ed7af30e9b645e.tar.gz
glibc-c06b8d60f4dcd911dbae2e4b36ed7af30e9b645e.tar.xz
glibc-c06b8d60f4dcd911dbae2e4b36ed7af30e9b645e.zip
2003-02-15 Roland McGrath <roland@frob.com>
	* sysdeps/mach/Makefile (mach-before-compile rule): Pass generating=t,
	use target mach-before-compile instead of generated.
	(mach-before-compile): New target.
	* Makerules: Disable use of tls.make if $(generating) is set.
	* mach/Makefile: Include mach-syscalls.mk even if no_deps=t.
	* sysdeps/mach/hurd/Makefile: Make generated hurd headers depend on
	mach-shortcuts.h so mach/ generation happens before hurd/.
Diffstat (limited to 'sysdeps/mach/hurd/Makefile')
-rw-r--r--sysdeps/mach/hurd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile
index 6e03643381..c86e220c2f 100644
--- a/sysdeps/mach/hurd/Makefile
+++ b/sysdeps/mach/hurd/Makefile
@@ -48,7 +48,8 @@ hurd-objpfx = $(common-objpfx)hurd/
 
 # These are all the generated headers that <hurd.h> includes.
 before-compile += $(patsubst %,$(hurd-objpfx)hurd/%.h,auth io fs process)
-$(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process):
+$(patsubst %,$(hurd-objpfx)hurd/%.%,auth io fs process): \
+  $(common-objpfx)mach/mach-shortcuts.h
 	$(MAKE) -C $(..)hurd before-compile no_deps=t
 endif