b2a9b0
commit 62db87ab24f9ca483f97f5e52ea92445f6a63c6f
b2a9b0
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
b2a9b0
Date:   Mon Jan 10 10:17:18 2022 -0300
b2a9b0
b2a9b0
    timezone: Fix tst-bz28707 Makefile rule
b2a9b0
    
b2a9b0
    The $(testdata)/XT5 rule is ambiguous and it may not be correct
b2a9b0
    evaluated.
b2a9b0
b2a9b0
diff --git a/timezone/Makefile b/timezone/Makefile
b2a9b0
index ac7f483c130b5b4a..c4a63daadb8d5dc5 100644
b2a9b0
--- a/timezone/Makefile
b2a9b0
+++ b/timezone/Makefile
b2a9b0
@@ -123,7 +123,8 @@ $(testdata)/XT%: testdata/XT%
b2a9b0
 	$(make-target-directory)
b2a9b0
 	cp $< $@
b2a9b0
 
b2a9b0
-$(testdata)/XT%: testdata/gen-XT%.sh
b2a9b0
+$(testdata)/XT5: testdata/gen-XT5.sh
b2a9b0
+	$(make-target-directory)
b2a9b0
 	$(SHELL) $< > $@.tmp
b2a9b0
 	mv $@.tmp $@
b2a9b0