X-Git-Url: http://git.csclub.uwaterloo.ca/?p=kopensolaris-gnu%2Fglibc.git;a=blobdiff_plain;f=timezone%2FMakefile;h=45a9ea64c080392409605fa6db965bd78ac1ba7a;hp=7743b94695a79c22cc00add186c69a8d489bbfdf;hb=9f55b68467cbe267b17917aca7269bb8b17b9f18;hpb=c8a7d71bb172d12da8fc3ea4be06976d3fa8ecea 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' ;\