Makefile: add .DELETE_ON_ERROR:

The absence of it was allowing an (m4-produced) syntax error in
in a change I had made to be masked.
This commit is contained in:
Luke Shumaker 2017-05-05 18:41:03 -04:00 committed by Jan Alexander Steffens (heftig)
parent 4f23609d4e
commit 007d6fc15f
No known key found for this signature in database
GPG Key ID: A5E9288C4FA415FA
1 changed files with 1 additions and 1 deletions

View File

@ -115,4 +115,4 @@ upload:
scp devtools-$(V).tar.gz devtools-$(V).tar.gz.sig repos.archlinux.org:/srv/ftp/other/devtools/
.PHONY: all clean install uninstall dist upload
.DELETE_ON_ERROR: