From 81a6362099fddd939434b314b66af1353b51fec5 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Fri, 7 Apr 2006 23:41:14 +0000 Subject: 2006-04-08 Thomas Schwinge * i386/Makefile.in (INCLUDES): Don't add `$(srcdir)/bogus'. * i386/Makerules.in (INCLUDES): Add `$(abs_top_srcdir)/$(systype)/bogus'. Reported by Samuel Thibault . --- i386/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'i386/Makefile.in') diff --git a/i386/Makefile.in b/i386/Makefile.in index 8214560..dd021d9 100644 --- a/i386/Makefile.in +++ b/i386/Makefile.in @@ -119,9 +119,8 @@ vpath i386asm.sym $(srcdir)/i386 vpath mach_i386.srv $(srcdir)/i386 # Our include files; they precede the generic ones. -INCLUDES = -I. -I$(srcdir)/i386at -I$(srcdir)/i386 \ - -I$(srcdir)/include -I$(srcdir)/include/mach/sa \ - -I$(srcdir)/bogus -I$(srcdir) +INCLUDES = -I. -I$(srcdir)/i386at -I$(srcdir)/i386 -I$(srcdir)/include \ + -I$(srcdir)/include/mach/sa -I$(srcdir) # Static dependencies. -- cgit v1.2.3