From: Ian Jackson Date: Sat, 19 Nov 2016 18:15:39 +0000 (+0000) Subject: clean targets: Delete $(TARGETS) too! X-Git-Tag: adns-1.6.0~104 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=adns.git;a=commitdiff_plain;h=d31f56b1c66427e8a3e9e2de7b5115b6f6b6cf9e clean targets: Delete $(TARGETS) too! Signed-off-by: Ian Jackson --- diff --git a/settings.make.in b/settings.make.in index 26dd7ae..64c406e 100644 --- a/settings.make.in +++ b/settings.make.in @@ -26,12 +26,13 @@ include ../common.make all: $(TARGETS) clean mostlyclean: + rm -f $(TARGETS) rm -f *.o *.tmp* *.so *.so.* pipe.* rm -f output-*.err output-*.leftover rm -f output-*.out output-*.report distclean: clean - rm -f $(TARGETS) *~ ./#*# core *.orig *.rej Makefile config.h + rm -f *~ ./#*# core *.orig *.rej Makefile config.h distprep: $(AUTOCSRCS) $(AUTOCHDRS)