shithub: mc

Download patch

ref: fa1ece4195b01ec77891651037f695caed9a410c
parent: e3670dfc5c38e7c42971b833738e6cd265ca77f9
author: Ori Bernstein <[email protected]>
date: Wed Mar 20 10:03:27 EDT 2013

Include the configuration in the makefile.

    Now things like 'make install' will work.

--- a/myrbuild/Makefile
+++ b/myrbuild/Makefile
@@ -4,4 +4,5 @@
 
 DEPS=../parse/libparse.a
 
+include ../config.mk
 include ../mk/c.mk