--- Makefile.in.orig 2016-04-15 17:21:44 UTC +++ Makefile.in @@ -2003,8 +2003,8 @@ uninstall-am: uninstall-builders_hardsid .a65.bin: o65file=`echo $@ | sed 's/bin/o65/'`;\ - xa -R -G $< -o $$o65file &&\ - od -v -An -w8 -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' > $@ &&\ + xa65 -R -G $< -o $$o65file &&\ + od -v -An -tx1 $$o65file | sed -re 's/[[:alnum:]]+/0x&,/g' | rs 0 8 > $@ &&\ ${RM} $$o65file # Tell versions [3.59,3.63) of GNU make to not export all variables.