shithub: scc

Download patch

ref: 2c80da9e8ac07562225d9571c8c1c830ab3adfb2
parent: 91bbc191c7da87926dae3557cc57cd5bd75d0975
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Sep 27 11:13:44 EDT 2017

Remove dep file remove

--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,6 @@
 	touch config.mk    # we need config.mk for makes in $DIRS
 	find . -name makefile | xargs rm -f
 	$(FORALL)
-	rm -f dep
 	rm -rf rootdir
 	rm -f config.mk
 
--- a/as/Makefile
+++ b/as/Makefile
@@ -28,5 +28,5 @@
 	rm -f as-*
 
 distclean: clean
-	rm -f makefile dep
+	rm -f makefile
 
--- a/cc1/Makefile
+++ b/cc1/Makefile
@@ -31,4 +31,3 @@
 
 distclean: clean
 	rm -f makefile
-	rm -f dep
--- a/cc2/Makefile
+++ b/cc2/Makefile
@@ -35,5 +35,3 @@
 
 distclean: clean
 	rm -f makefile
-	rm -f dep
-