shithub: mc

Download patch

ref: da76fcf9b4ea98c73b44c3847ac25468789dce67
parent: e9f4727e6dbe517ea9a8f381e45f71137cbbf9ab
author: Ori Bernstein <[email protected]>
date: Mon Dec 22 14:04:22 EST 2014

Typo. 0 != O

--- a/libstd/mkfile
+++ b/libstd/mkfile
@@ -70,7 +70,7 @@
 all: lib$STDLIB.a lib$SYSLIB.a
 
 lib$STDLIB.a: $STDSRC $ASMSRC lib$SYSLIB.a
-	../myrbuild/$0.out -I. -C../6/$O.out -M../muse/$O.out -l $STDLIB $STDSRC $STDASMSRC
+	../myrbuild/$O.out -I. -C../6/$O.out -M../muse/$O.out -l $STDLIB $STDSRC $STDASMSRC
 
 lib$SYSLIB.a: $SYSSRC $SYSASMSRC
 	../myrbuild/$O.out -C../6/$O.out -M../muse/$O.out -l $SYSLIB $SYSSRC $SYSASMSRC