shithub: mc

Download patch

ref: f57643521d0c1782e2fde212f8f6f5e265bdf8e7
parent: ae618fbf8dd9b66065557d97cab9ea4e3ff7173a
author: Ori Bernstein <[email protected]>
date: Mon Oct 6 17:26:19 EDT 2014

Add an include for '.' to the bldfile.

    Doesn't fully solve our interlibrary dependency problem, but
    hacks around it for now.

--- a/libstd/bldfile
+++ b/libstd/bldfile
@@ -12,7 +12,7 @@
 	util.s
 ;;
 
-lib std =
+lib std {inc=.} =
 	# portable files
 	alloc.myr
 	bigint.myr