x-next: Remove /NextDeveloper/Headers from the directories to fixinclude - /usr/include...

* config/m68k/x-next: Remove /NextDeveloper/Headers from
        the directories to fixinclude - /usr/include is a link
        to it and hence its contents are fixed by default.

From-SVN: r17585
This commit is contained in:
Toon Moene 1998-02-02 00:08:28 +01:00 committed by Jeff Law
parent f3e57cf831
commit ceb6edf249
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Mon Feb 2 00:09:52 1998 Toon Moene <toon@moene.indiv.nluug.nl>
* config/m68k/x-next: Remove /NextDeveloper/Headers from
the directories to fixinclude - /usr/include is a link
to it and hence its contents are fixed by default.
Sun Feb 1 14:15:33 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
* rs6000/linux.h: define JUMP_TABLES_IN_TEXT_SECTION

View File

@ -3,7 +3,7 @@ CC=cc -traditional-cpp
OLDCC=CC -traditional-cpp
# Specify other dirs of system header files to be fixed.
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers /NextDeveloper/Headers
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers
# <limits.h> is sometimes in /usr/include/ansi/limits.h.
LIMITS_H_TEST = [ -f $(SYSTEM_HEADER_DIR)/limits.h -o -f $(SYSTEM_HEADER_DIR)/ansi/limits.h ]