commit | 491c64cd37870f85f4103a28b2aae638142f1739 | [log] [tgz] |
---|---|---|
author | Pengyu Lv <pengyu.lv@arm.com> | Wed May 24 10:33:42 2023 +0800 |
committer | Pengyu Lv <pengyu.lv@arm.com> | Mon May 29 20:55:40 2023 +0800 |
tree | 2a9c0813ea7b9ff51fb9b11548bc7a3982743209 | |
parent | bffe31cbfb688653135ed946b333276fa1d1ad18 [diff] [blame] |
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 3d2d5dc..d1aa3ce 100644 --- a/tests/data_files/Makefile +++ b/tests/data_files/Makefile
@@ -1602,3 +1602,5 @@ neat: clean rm -f $(all_final) .PHONY: clean neat + +.INTERMEDIATE: $(all_intermediate)