diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 11:32:24 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-05 11:32:24 +0000 |
commit | bc9ffe71f95d21d8aa4107838d7c7f912863c3b7 (patch) | |
tree | e4d0f1d034f997016b7a7b6072232717c7bde361 /timezone | |
parent | 3d8fa13a1474077255e79b7550b279239bfb083c (diff) | |
download | glibc-bc9ffe71f95d21d8aa4107838d7c7f912863c3b7.tar.gz glibc-bc9ffe71f95d21d8aa4107838d7c7f912863c3b7.tar.xz glibc-bc9ffe71f95d21d8aa4107838d7c7f912863c3b7.zip |
Update.
1999-05-05 Ulrich Drepper <drepper@cygnus.com> * timezone/Makefile (install-others): Create target directory before creating tzfiles.
Diffstat (limited to 'timezone')
-rw-r--r-- | timezone/Makefile | 1 |
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' ;\ |