Add a trailing semi-colon to the sed print command as the BSD sed
implementation wants it. It's a nop otherwise and works fine on
GNU/etc... implementations too.
+2015-03-10 Mike Frysinger <vapier@gentoo.org>
+
+ PR sim/13160
+ * Makefile.in ($(srcdir)/linux-fixed-code.h): Put a ; after the
+ print sed command for BSD compatibility.
+
2015-03-08 Mike Frysinger <vapier@gentoo.org>
PR sim/13160
$(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 "};" \