# HG changeset patch # User Mychaela Falconia # Date 1540508237 0 # Node ID a6a0102cb95f20951496ccc244c36c36bf4f804f # Parent a490b0466fed96a6ba71ade2e373c4e3ca1f419a makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin in helpers diff -r a490b0466fed -r a6a0102cb95f makefile-frags/m0-to-bin-c139 --- a/makefile-frags/m0-to-bin-c139 Thu Oct 25 20:46:56 2018 +0000 +++ b/makefile-frags/m0-to-bin-c139 Thu Oct 25 22:57:17 2018 +0000 @@ -1,5 +1,5 @@ fwimage.intbin: fwimage.m0 - mokosrec2bin $< $@ FF + ../helpers/mokosrec2bin $< $@ FF fwimage.bin: fwimage.intbin dd if=$< of=$@ bs=65536 skip=1 diff -r a490b0466fed -r a6a0102cb95f makefile-frags/m0-to-bin-std --- a/makefile-frags/m0-to-bin-std Thu Oct 25 20:46:56 2018 +0000 +++ b/makefile-frags/m0-to-bin-std Thu Oct 25 22:57:17 2018 +0000 @@ -1,3 +1,3 @@ fwimage.bin: fwimage.m0 - mokosrec2bin $< $@ FF + ../helpers/mokosrec2bin $< $@ FF