mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
timezone: Fix tst-bz28707 Makefile rule
The $(testdata)/XT5 rule is ambiguous and it may not be correct evaluated.
This commit is contained in:
parent
21e0f45c7d
commit
62db87ab24
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user