From 757dc096f3e4ef5c4a0305b702835293b0325af1 Mon Sep 17 00:00:00 2001 From: "Thomas Bushnell, BSG" Date: Fri, 13 Sep 1996 06:22:21 +0000 Subject: *** empty log message *** * sysdeps/mach/Makefile (includes): Add -I$(common-objpfx)mach/. * sysdeps/mach/hurd/Makefile (includes): Add -I$(common-objpfx)hurd/. Reported by Marcus Daniels. --- sysdeps/mach/hurd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sysdeps/mach/hurd/Makefile') diff --git a/sysdeps/mach/hurd/Makefile b/sysdeps/mach/hurd/Makefile index 1fe99f3125..c33cb7d5fe 100644 --- a/sysdeps/mach/hurd/Makefile +++ b/sysdeps/mach/hurd/Makefile @@ -21,7 +21,8 @@ ifdef in-Makerules subdirs := $(filter-out sunrpc,$(subdirs)) # XXX skip broken dirs # Look for header files in hurd/ under the top-level library source directory. -includes += -I$(..)hurd +# Look for generated header files where they get created. +includes += -I$(..)hurd -I$(common-objpfx)hurd/ # Do not use any assembly code from sysdeps/unix (and subdirectories). # This bypasses all the system call stubs and uses any existing posix or -- cgit v1.2.3