From bbb4d406691c1ef622474f92d735dc6c35c5fe7b Mon Sep 17 00:00:00 2001 From: ceriel Date: Wed, 28 Aug 1991 14:13:14 +0000 Subject: [PATCH] Include whichone.h with <> so that the -I options decide which one is included --- mach/m68020/ncg/table | 2 +- mach/m68k2/ncg/table | 2 +- mach/m68k4/ncg/table | 2 +- mach/moon3/ncg/table | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mach/m68020/ncg/table b/mach/m68020/ncg/table index 9314af1f3..97e20fa0d 100644 --- a/mach/m68020/ncg/table +++ b/mach/m68020/ncg/table @@ -12,7 +12,7 @@ rscid = "$Header$" * * ********************************/ -#include "whichone.h" +#include #if TBL68881 && ! TBL68020 Something very wrong here! diff --git a/mach/m68k2/ncg/table b/mach/m68k2/ncg/table index 9314af1f3..97e20fa0d 100644 --- a/mach/m68k2/ncg/table +++ b/mach/m68k2/ncg/table @@ -12,7 +12,7 @@ rscid = "$Header$" * * ********************************/ -#include "whichone.h" +#include #if TBL68881 && ! TBL68020 Something very wrong here! diff --git a/mach/m68k4/ncg/table b/mach/m68k4/ncg/table index 9314af1f3..97e20fa0d 100644 --- a/mach/m68k4/ncg/table +++ b/mach/m68k4/ncg/table @@ -12,7 +12,7 @@ rscid = "$Header$" * * ********************************/ -#include "whichone.h" +#include #if TBL68881 && ! TBL68020 Something very wrong here! diff --git a/mach/moon3/ncg/table b/mach/moon3/ncg/table index 9314af1f3..97e20fa0d 100644 --- a/mach/moon3/ncg/table +++ b/mach/moon3/ncg/table @@ -12,7 +12,7 @@ rscid = "$Header$" * * ********************************/ -#include "whichone.h" +#include #if TBL68881 && ! TBL68020 Something very wrong here! -- 2.34.1