shithub: scc

Download patch

ref: 3d2624f2168d73f53ab04756f79c4e009b3d7916
parent: 29c364deba578e09e8f91f5551c9b851d953af1e
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Sun Sep 17 18:21:36 EDT 2017

Add dependency of system.mk to dep

--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,7 @@
 	sed -n '/^# '`uname`'/,/^$$/p' system.mk) > $$.mk && \
 	mv $$.mk config.mk
 
-dep:	config.mk
+dep: config.mk system.mk
 	$(FORALL)
 	touch dep