about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-10 10:17:18 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2022-01-12 10:30:10 -0300
commit62db87ab24f9ca483f97f5e52ea92445f6a63c6f (patch)
tree44c7be0dac35ce23074c24ab7f28864602fcb18a /timezone
parent21e0f45c7d73df6fe30c77ffcc9f81410e2ee369 (diff)
downloadglibc-62db87ab24f9ca483f97f5e52ea92445f6a63c6f.tar.gz
glibc-62db87ab24f9ca483f97f5e52ea92445f6a63c6f.tar.xz
glibc-62db87ab24f9ca483f97f5e52ea92445f6a63c6f.zip
timezone: Fix tst-bz28707 Makefile rule
The $(testdata)/XT5 rule is ambiguous and it may not be correct
evaluated.
Diffstat (limited to 'timezone')
-rw-r--r--timezone/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/timezone/Makefile b/timezone/Makefile
index 4e7f68a8fc..a789c22d26 100644
--- a/timezone/Makefile
+++ b/timezone/Makefile
@@ -124,7 +124,8 @@ $(testdata)/XT%: testdata/XT%
 	$(make-target-directory)
 	cp $< $@
 
-$(testdata)/XT%: testdata/gen-XT%.sh
+$(testdata)/XT5: testdata/gen-XT5.sh
+	$(make-target-directory)
 	$(SHELL) $< > $@.tmp
 	mv $@.tmp $@