From bc9ffe71f95d21d8aa4107838d7c7f912863c3b7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 May 1999 11:32:24 +0000 Subject: Update. 1999-05-05 Ulrich Drepper * timezone/Makefile (install-others): Create target directory before creating tzfiles. --- timezone/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'timezone/Makefile') 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' ;\ -- cgit 1.4.1