about summary refs log tree commit diff
path: root/timezone
diff options
context:
space:
mode:
Diffstat (limited to 'timezone')
-rw-r--r--timezone/Makefile1
1 files changed, 1 insertions, 0 deletions
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'							    ;\