diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-22 14:37:07 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2014-07-22 14:37:07 -0400 |
commit | 3e636fad315b719b880655e3eec039b45204f14c (patch) | |
tree | a723ab26e71f39014050aa709a250f222898dcdc /rules/jsr305/Makefile | |
parent | 95492ebd7240cacf1cf8305414f10462707a7284 (diff) |
add .SECONDARY: to rules/*/Makefile
Diffstat (limited to 'rules/jsr305/Makefile')
-rw-r--r-- | rules/jsr305/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/jsr305/Makefile b/rules/jsr305/Makefile index 0e4c77c..70c4a51 100644 --- a/rules/jsr305/Makefile +++ b/rules/jsr305/Makefile @@ -31,3 +31,4 @@ clean: PHONY .PHONY: PHONY .DELETE_ON_ERROR: +.SECONDARY: |