From: Adhemerval Zanella Date: Mon, 10 Jan 2022 13:17:18 +0000 (-0300) Subject: timezone: Fix tst-bz28707 Makefile rule X-Git-Tag: glibc-2.35~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62db87ab24f9ca483f97f5e52ea92445f6a63c6f;p=thirdparty%2Fglibc.git timezone: Fix tst-bz28707 Makefile rule The $(testdata)/XT5 rule is ambiguous and it may not be correct evaluated. --- diff --git a/timezone/Makefile b/timezone/Makefile index 4e7f68a8fc7..a789c22d269 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 $@