commit | f287e2a528a6a04bc38987ebd783e6174f461afd | [log] [tgz] |
---|---|---|
author | Pengyu Lv <pengyu.lv@arm.com> | Wed May 24 10:33:42 2023 +0800 |
committer | Pengyu Lv <pengyu.lv@arm.com> | Tue Jun 13 16:45:11 2023 +0800 |
tree | 7cc49dfd93233ead35a6662608c879cff03d279c | |
parent | 8eaf2d2ac93c432399a7c580496a45ad16519a17 [diff] |
Mark all_intermediate as intermediate files Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
diff --git a/tests/data_files/Makefile b/tests/data_files/Makefile index 6593aaf..6937239 100644 --- a/tests/data_files/Makefile +++ b/tests/data_files/Makefile
@@ -1248,3 +1248,5 @@ neat: clean rm -f $(all_final) .PHONY: clean neat + +.SECONDARY: $(all_intermediate)