* config/m68k/x-next: Remove /NextDeveloper/Headers from
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 23:08:28 +0000 (23:08 +0000)
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 1 Feb 1998 23:08:28 +0000 (23:08 +0000)
        the directories to fixinclude - /usr/include is a link
        to it and hence its contents are fixed by default.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17585 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 41679ab..930c77c 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 a9014c1..ac101bb 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 ]