shithub: mc

Download patch

ref: adbf2578946f1658b3dd044f62e31a8689e8671e
parent: 9ac459c0cc5beac10be8ba3310af6edd89b1849c
author: Ori Bernstein <[email protected]>
date: Tue Feb 12 06:58:28 EST 2013

Remove unneded includes.

--- a/6/Makefile
+++ b/6/Makefile
@@ -8,5 +8,4 @@
 
 DEPS=../parse/libparse.a ../mi/libmi.a
 
-include ../mk/lexyacc.mk
 include ../mk/c.mk
--- a/mi/Makefile
+++ b/mi/Makefile
@@ -5,5 +5,4 @@
 
 DEPS=../parse/libparse.a
 
-include ../mk/lexyacc.mk
 include ../mk/c.mk