summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--localedata/ChangeLog5
-rw-r--r--timezone/Makefile1
3 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef3fdd6af8..0f4ac9859a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
+
+	* timezone/Makefile (install-others): Create target directory
+	before creating tzfiles.
+
 1999-05-05  Thorsten Kukuk  <kukuk@suse.de>
 
 	* nis/nis_file.c (readColdStartFile): Allocate memory only after
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index fdc17bcbbf..a699f2c324 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,8 @@
+1999-05-05  Ulrich Drepper  <drepper@cygnus.com>
+
+	* locales/ru_RU: Abbreviate Saturday Sbt.
+	Patch by Sergei Ivanov <svivanov@pdmi.ras.ru>.
+
 1999-05-03  Ulrich Drepper  <drepper@cygnus.com>
 
 	* Makefile (distribute): Temporarily add th_TH.in and cs_CZ.in.
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'							    ;\