From a5c577db26d9e8aa5a34bcff0b978882c3782f2f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 16 Aug 2017 22:25:17 -0400 Subject: Makefile: .SECONDARY:, .DELETE_ON_ERROR: As I think these should be on in all Makefiles. --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 5be885b..a37cb62 100644 --- a/Makefile +++ b/Makefile @@ -40,3 +40,6 @@ $(DESTDIR)$(systemunitdir)/%: $(srcdir)/% install -DTm644 $< $@ $(DESTDIR)$(systemunitdir)/systemd-timesyncd.service.d/wait.conf: $(outdir)/systemd-timesyncd.service.d-wait.conf install -DTm644 $< $@ + +.SECONDARY: +.DELETE_ON_ERROR: -- cgit v1.1-4-g5e80