From 491c64cd37870f85f4103a28b2aae638142f1739 Mon Sep 17 00:00:00 2001 From: Pengyu Lv Date: Wed, 24 May 2023 10:33:42 +0800 Subject: [PATCH] Mark all_intermediate as intermediate files Signed-off-by: Pengyu Lv --- tests/data_files/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/data_files/Makefile b/tests/data_files/Makefile index 3d2d5dccd..d1aa3ce65 100644 --- a/tests/data_files/Makefile +++ b/tests/data_files/Makefile @@ -1602,3 +1602,5 @@ clean: neat: clean rm -f $(all_final) .PHONY: clean neat + +.INTERMEDIATE: $(all_intermediate)