diff options
-rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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: |