x-next: Remove /NextDeveloper/Headers from the directories to fixinclude - /usr/inclu...
authorToon Moene <toon@moene.indiv.nluug.nl>
Sun, 1 Feb 1998 23:08:28 +0000 (00:08 +0100)
committerJeff Law <law@gcc.gnu.org>
Sun, 1 Feb 1998 23:08:28 +0000 (16:08 -0700)
        * 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

gcc/ChangeLog
gcc/config/m68k/x-next

index 41679ab850e72af2889f959451036f28aeb4c445..930c77c1383400553e644a84962895cf0b2a04eb 100644 (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
index a9014c1157739f9846557b18dfb7065c43ef60cc..ac101bb9ff971136822110c0b027e12c6881690d 100644 (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 ]