diff options
Diffstat (limited to 'sim/bfin/Makefile.in')
-rw-r--r-- | sim/bfin/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index 64f26d3..f9f3b3b 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -53,7 +53,8 @@ $(srcdir)/linux-fixed-code.h: $(srcdir)/linux-fixed-code.s Makefile.in $(AS_FOR_TARGET) $< -o linux-fixed-code.o ( set -e; \ echo "/* DO NOT EDIT: Autogenerated from linux-fixed-code.s. */"; \ - echo "static const unsigned char bfin_linux_fixed_code[] = {"; \ + echo "static const unsigned char bfin_linux_fixed_code[] ="; \ + echo "{"; \ $(OBJDUMP_FOR_TARGET) -d -z linux-fixed-code.o > $@.dis; \ sed -n $@.dis \ -e 's:^[^ ]* :0x:' \ |