Commit 37a3884b by Richard Stallman

(INCLUDE_DEFAULTS): Fix missing comma.

From-SVN: r4546
parent e2ec5331
...@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -37,7 +37,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
{ "/LocalDeveloper/Headers/bsd", 0}, \ { "/LocalDeveloper/Headers/bsd", 0}, \
{ "/NextDeveloper/2.0CompatibleHeaders", 0}, \ { "/NextDeveloper/2.0CompatibleHeaders", 0}, \
{ STANDARD_INCLUDE_DIR, 0}, \ { STANDARD_INCLUDE_DIR, 0}, \
{ "/usr/include/bsd", 0} \ { "/usr/include/bsd", 0}, \
{ 0, 0} \ { 0, 0} \
} }
#endif /* CROSS_COMPILE */ #endif /* CROSS_COMPILE */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment