ref: f884639b36e11d69b96e5a269085ca12cc1e3807
parent: 8ff1d5f66f09364f7dd620199b00c1483e5d74f7
author: Ori Bernstein <[email protected]>
date: Sat Aug 23 21:37:12 EDT 2014
Fix 'make install' from 6/ directory Without config.mk, we have an empty INST_ROOT, and try to install to /.
--- a/6/Makefile
+++ b/6/Makefile
@@ -7,4 +7,5 @@
DEPS=../parse/libparse.a ../mi/libmi.a
+include ../config.mk
include ../mk/c.mk