mirror of
https://sourceware.org/git/glibc.git
synced 2025-06-25 12:42:04 +03: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:
@ -124,7 +124,8 @@ $(testdata)/XT%: testdata/XT%
|
|||||||
$(make-target-directory)
|
$(make-target-directory)
|
||||||
cp $< $@
|
cp $< $@
|
||||||
|
|
||||||
$(testdata)/XT%: testdata/gen-XT%.sh
|
$(testdata)/XT5: testdata/gen-XT5.sh
|
||||||
|
$(make-target-directory)
|
||||||
$(SHELL) $< > $@.tmp
|
$(SHELL) $< > $@.tmp
|
||||||
mv $@.tmp $@
|
mv $@.tmp $@
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user