summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-05-05 18:41:03 -0400
committerErich Eckner <git@eckner.net>2017-07-14 06:54:28 +0200
commit1a2d01fa7c8a4f03fe9813f2b9e3927ca95b0248 (patch)
tree2dd1227ca143915330541d0122da39bfa88c7cd0
parent3814e4521f1cdf5b452b62efe004d5f40a4da536 (diff)
downloaddevtools32-1a2d01fa7c8a4f03fe9813f2b9e3927ca95b0248.tar.xz
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 a3ce128..9f77130 100644
--- a/Makefile
+++ b/Makefile
@@ -118,4 +118,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: