* m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.

From-SVN: r16462
This commit is contained in:
Jeffrey A Law 1997-11-13 18:53:09 +00:00 committed by Jeff Law
parent 759c135e3b
commit 0be28489d3
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Thu Nov 13 11:41:42 1997 Jeffrey A Law (law@cygnus.com)
* m68k/x-next (OTHER_FIXINCLUDES_DIRS): Include /NextDeveloper/Headers.
* confiugre.in: Tweak NCR entries.
* configure: Rebuilt.

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
OTHER_FIXINCLUDES_DIRS= /LocalDeveloper/Headers /NextDeveloper/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 ]