Added rule for objdump
[openwrt-10.03/.git] / target / linux / at91-2.6 / image / u-boot / patches / 007-ubparams_bugfix.patch
1 --- u-boot-1.1.4.old/tools/ubparams.c   2007-03-22 18:09:52.000000000 +0100
2 +++ u-boot-1.1.4/tools/ubparams.c       2007-03-22 18:29:32.000000000 +0100
3 @@ -18,7 +18,7 @@
4  #define __ASM_STUB_PROCESSOR_H__
5  #include <config.h>
6  #undef __ASSEMBLY__
7 -#include "environment.h"
8 +#include <environment.h>
9  
10  #define XMK_STR(x)  #x
11  #define MK_STR(x)  XMK_STR(x)