From c1ee650a9aead0bd25d7aa37fd65e5a3ed0c6e38 Mon Sep 17 00:00:00 2001 From: oharboe Date: Mon, 21 Jul 2008 13:23:59 +0000 Subject: cross compile fix git-svn-id: svn://svn.berlios.de/openocd/trunk@848 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- src/helper/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/helper/command.h') diff --git a/src/helper/command.h b/src/helper/command.h index 0ef313ad..c8807dde 100644 --- a/src/helper/command.h +++ b/src/helper/command.h @@ -84,7 +84,7 @@ extern int fast_and_dangerous; /* Integrate the JIM TCL interpretor into the command processing. */ #include -#ifdef __ECOS +#if BUILD_ECOSBOARD /* Jim is provied by eCos */ #include #else -- cgit v1.2.3