diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | timezone/Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2015-09-18 Mike Frysinger <vapier@gentoo.org> + + * timezone/Makefile ($(testdata)/XT%): Call $(make-target-directory). + 2015-09-18 Joseph Myers <joseph@codesourcery.com> [BZ #18980] diff --git a/timezone/Makefile b/timezone/Makefile index 81d4a3e..bfb3463 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -113,6 +113,7 @@ $(testdata)/Asia/Tokyo: asia $(zic-deps) $(build-testdata) $(testdata)/XT%: testdata/XT% + $(make-target-directory) cp $< $@ $(objpfx)tzselect: tzselect.ksh $(common-objpfx)config.make |