makefile-frags/m0-to-bin-{c139,std}: use local mokosrec2bin in helpers
 | author | Mychaela Falconia <falcon@freecalypso.org> | 
 | date | Thu, 25 Oct 2018 22:57:17 +0000 | 
 | parents | a490b0466fed | 
 | children | 6917ea63bffa | 
 | files | makefile-frags/m0-to-bin-c139 makefile-frags/m0-to-bin-std | 
  | diffstat | 2 files changed, 2 insertions(+), 2 deletions(-)
    [+] | 
 line diff
--- 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
--- 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