shithub: mc

Download patch

ref: ed81b7c463f443eada7b4c5dbcbed313a216fc97
parent: fc4ed1323d5011c0907599e918077163f3405ea1
author: Ori Bernstein <ori@eigenstate.org>
date: Fri Jan 2 15:45:22 EST 2015

Add 'gen config.myr = ./configure' to the bldfile.

    We want to generate it for building shit, if needed.

--- a/bldfile
+++ b/bldfile
@@ -15,5 +15,8 @@
 	util.myr
 ;;
 
+# we want to generate the config.myr file if we haven't configured yet.
+gen config.myr = ./configure;;
+
 man = mbld.1;;