From 9f55b68467cbe267b17917aca7269bb8b17b9f18 Mon Sep 17 00:00:00 2001 From: drepper Date: Wed, 5 May 1999 11:32:09 +0000 Subject: [PATCH] (install-others): Create target directory before creating tzfiles. --- timezone/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/timezone/Makefile b/timezone/Makefile index 7743b94695..45a9ea64c0 100644 --- a/timezone/Makefile +++ b/timezone/Makefile @@ -90,6 +90,7 @@ $(tzfiles:%=$(objpfx)z.%): $(objpfx)z.%: % Makefile # the files. # The extra kludge for the $(tzlinks) files is necessary since running zic # this file requires all other files to exist. Blech! + $(make-target-directory) (echo 'define $*-zones' ;\ $(AWK) '$$1 == "Zone" { print $$2 } $$1 == "Link" { print $$3 }' $^ ;\ echo 'endef' ;\ -- 2.11.0