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/Makerules.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'i386/Makerules.in') diff --git a/i386/Makerules.in b/i386/Makerules.in index f6c90da..ef04948 100644 --- a/i386/Makerules.in +++ b/i386/Makerules.in @@ -30,6 +30,9 @@ include $(abs_top_builddir)/$(systype)/linux/Makerules # Some of the i386-specific code checks for these. DEFINES += -DCONTINUATIONS -D__ELF__ -Di386 $(DEFS-$(systype)) +# The system specific ones always override the generic ones. +INCLUDES += -I$(abs_top_srcdir)/$(systype)/bogus + # Arrange for a suitable load address. LDFLAGS-kernel += -Ttext 100000 -- cgit v1.2.3