From 15e0698b23908db6db2edc3cdd1a231a5457f183 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Fri, 11 Jan 2019 12:41:54 -0500 Subject: Don't make depend automatically --- bin/cash/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/cash/Makefile') diff --git a/bin/cash/Makefile b/bin/cash/Makefile index 2442aca9..22b2a1b8 100644 --- a/bin/cash/Makefile +++ b/bin/cash/Makefile @@ -42,7 +42,7 @@ OBJS = $(SRCS:.c=.o) MAN1 = cash.1 cash-kill.1 cash-printf.1 cash-test.1 -all: tags cash .depend +all: tags cash cash: $(OBJS) $(CC) $(LDFLAGS) $(OBJS) $(LDLIBS) -o $@ @@ -50,7 +50,7 @@ cash: $(OBJS) tags: *.h *.c ctags -w *.h *.c -.depend: $(SRCS) $(GENHDRS) +depend: $(SRCS) $(GENHDRS) $(CC) $(CFLAGS) -MM $(SRCS) > .depend -include .depend -- cgit 1.4.1