K 10 svn:author V 6 obrien K 8 svn:date V 27 2000-12-01T09:39:28.000000Z K 7 svn:log V 324 The GCC 2.96 snapshots have slightly different rules for finding include files. Mostly -I${.CURDIR} was needed -- especially for YACC generated files as the new cpp does not look in the ultimate source file (ie, the .y file)'s directory as told by the "#line" directive. Some were misspellings of "-I${.CURDIR}" as "-I.". END