shithub: scc

Download patch

ref: de47aaf07d23703824379f0a3b558a2e32eb502e
parent: 4ed832ac9312fdfae3dec4fceb3eb657b2687567
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 27 02:00:07 EDT 2017

Remove touch dep

It only creates problems.

--- a/as/Makefile
+++ b/as/Makefile
@@ -20,7 +20,6 @@
 
 dep:
 	./gendep.sh $(TARGETS)
-	touch dep
 
 clean:
 	rm -f *.o
--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -23,7 +23,6 @@
 
 dep:
 	./gendep.sh $(TARGETS)
-	touch dep
 
 clean:
 	rm -f *.o
--- a/cc2/Makefile
+++ b/cc2/Makefile
@@ -18,7 +18,6 @@
 
 dep:
 	MKQBE=${MKQBE} ./gendep.sh $(TARGETS)
-	touch dep
 
 $(LIBDIR)/libscc.a: $(LIB-OBJ)
 	cd $(LIBDIR) && $(MAKE)