summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:25:17 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-08-16 22:27:48 -0400
commita5c577db26d9e8aa5a34bcff0b978882c3782f2f (patch)
treeaa8c035ee175d79494e2c8802bf917739c0e9ab0
parent2e5895c173d4cceb5426619ab877d72671da849d (diff)
Makefile: .SECONDARY:, .DELETE_ON_ERROR:
As I think these should be on in all Makefiles.
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
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: