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/ow-util-ant-tasks | |
parent | 95492ebd7240cacf1cf8305414f10462707a7284 (diff) |
add .SECONDARY: to rules/*/Makefile
Diffstat (limited to 'rules/ow-util-ant-tasks')
-rw-r--r-- | rules/ow-util-ant-tasks/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/ow-util-ant-tasks/Makefile b/rules/ow-util-ant-tasks/Makefile index a93261b..40273f3 100644 --- a/rules/ow-util-ant-tasks/Makefile +++ b/rules/ow-util-ant-tasks/Makefile @@ -24,3 +24,4 @@ clean: PHONY .PHONY: PHONY .DELETE_ON_ERROR: +.SECONDARY: |