diff options
Diffstat (limited to 'sim/bfin/Makefile.in')
-rw-r--r-- | sim/bfin/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/bfin/Makefile.in b/sim/bfin/Makefile.in index a7f852d..941ffea 100644 --- a/sim/bfin/Makefile.in +++ b/sim/bfin/Makefile.in @@ -58,7 +58,7 @@ $(srcdir)/linux-fixed-code.h: @MAINTAINER_MODE_TRUE@ $(srcdir)/linux-fixed-code. $(OBJDUMP_FOR_TARGET) -d -z linux-fixed-code.o > $@.dis; \ sed -n \ -e 's:^[^ ]* :0x:' \ - -e '/^0x/{s: .*::;s: *$$:,:;s: :, 0x:g;p}' \ + -e '/^0x/{s: .*::;s: *$$:,:;s: :, 0x:g;p;}' \ $@.dis; \ rm -f $@.dis; \ echo "};" \ |