shithub: scc

Download patch

ref: b28a0356a45b39b19116cd4f66b2a5dfd6658adf
parent: 23aa25d545c7f63321afd86478a77537a0ad66d8
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Tue Sep 12 13:37:43 EDT 2017

[lib] Add dependency to scc.h

All the files of the library depend of that file.

--- a/lib/scc/Makefile
+++ b/lib/scc/Makefile
@@ -6,6 +6,8 @@
 
 all: libscc.a
 
+$(LIB-OBJ): ../../inc/scc.h
+
 libscc.a: $(LIB-OBJ)
 	ar $(ARFLAGS) $@ $?
 	ranlib $@