scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit fe63fe950ba61c141d0c8a37eaa2306b364966a8
parent 9097ba1b790c0387f2d6fc6d3a99ec2b98f97679
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Wed, 27 Sep 2017 06:00:07 +0200

Remove touch dep

It only creates problems.

Diffstat:
Mas/Makefile | 1-
Mcc1/Makefile | 1-
Mcc2/Makefile | 1-
3 files changed, 0 insertions(+), 3 deletions(-)

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