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