shithub: mc

Download patch

ref: 14c0d8b03e8390c4f06bde071294a0c2325e8c7f
parent: 2d56dad75bc470d3f261d02276fac35c252b2767
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