summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2017-04-11 13:32:43 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2017-04-20 00:23:08 -0400
commit57422748f9f433e7ad42846a20633e62d3c23d44 (patch)
tree5969ceebfdfe5961b2d83aedbe09560be028b54b
parentced6dbc73a5fef0e993060c0d49f6d8d5c03a059 (diff)
downloaddevtools32-57422748f9f433e7ad42846a20633e62d3c23d44.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 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: