shithub: mc

Download patch

ref: 009cb9bf1139d5ddda4e464734f53eeb4ec10d74
parent: 7aac15b2bfcc5eec279aa14f9f199685f9d7e0d9
author: Ori Bernstein <ori@eigenstate.org>
date: Wed May 18 17:16:18 EDT 2016

Fix bld.sub

--- a/lib/date/bld.proj
+++ /dev/null
@@ -1,9 +1,0 @@
-lib date =
-	date.myr
-	fmt.myr
-	names.myr
-	parse.myr
-	types.myr
-	zoneinfo+posixy.myr
-;;
-
--- /dev/null
+++ b/lib/date/bld.sub
@@ -1,0 +1,12 @@
+lib date =
+	date.myr
+	fmt.myr
+	names.myr
+	parse.myr
+	types.myr
+	zoneinfo+posixy.myr
+
+        lib ../sys:sys
+        lib ../std:std
+;;
+