summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-05-05 18:41:03 -0400
committerJan Alexander Steffens (heftig) <jan.steffens@gmail.com>2017-07-05 18:21:55 +0200
commit007d6fc15feb9e4ba8b0e7eedf83d14eb4d54441 (patch)
treea18ef02a6ff1a5bd112c0b1734029367505579d8
parent4f23609d4e4a9a8be837b6d426442de1cd68c653 (diff)
downloaddevtools-007d6fc15feb9e4ba8b0e7eedf83d14eb4d54441.tar.gz
devtools-007d6fc15feb9e4ba8b0e7eedf83d14eb4d54441.zip
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.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3b30097..f4a00ba 100644
--- a/Makefile
+++ b/Makefile
@@ -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: