From bc9ffe71f95d21d8aa4107838d7c7f912863c3b7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 5 May 1999 11:32:24 +0000 Subject: [PATCH] Update. 1999-05-05 Ulrich Drepper * timezone/Makefile (install-others): Create target directory before creating tzfiles. --- ChangeLog | 5 +++++ localedata/ChangeLog | 5 +++++ timezone/Makefile | 1 + 3 files changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index ef3fdd6..0f4ac98 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1999-05-05 Ulrich Drepper + + * timezone/Makefile (install-others): Create target directory + before creating tzfiles. + 1999-05-05 Thorsten Kukuk * nis/nis_file.c (readColdStartFile): Allocate memory only after diff --git a/localedata/ChangeLog b/localedata/ChangeLog index fdc17bc..a699f2c 100644 --- a/localedata/ChangeLog +++ b/localedata/ChangeLog @@ -1,3 +1,8 @@ +1999-05-05 Ulrich Drepper + + * locales/ru_RU: Abbreviate Saturday Sbt. + Patch by Sergei Ivanov . + 1999-05-03 Ulrich Drepper * Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in. diff --git a/timezone/Makefile b/timezone/Makefile index 7743b94..45a9ea6 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.7.4