timezone: Fix tst-bz28707 Makefile rule

The $(testdata)/XT5 rule is ambiguous and it may not be correct
evaluated.
This commit is contained in:
Adhemerval Zanella 2022-01-10 10:17:18 -03:00
parent 21e0f45c7d
commit 62db87ab24
1 changed files with 2 additions and 1 deletions

View File

@ -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 $@