Browse Source

timezone: Fix tst-bz28707 Makefile rule

The $(testdata)/XT5 rule is ambiguous and it may not be correct
evaluated.
siddhesh/realpath-and-getcwd
Adhemerval Zanella 4 years ago
parent
commit
62db87ab24
  1. 3
      timezone/Makefile

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

Loading…
Cancel
Save