projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
c8a7d71
)
(install-others): Create target directory before creating tzfiles.
author
drepper
<drepper>
Wed, 5 May 1999 11:32:09 +0000
(11:32 +0000)
committer
drepper
<drepper>
Wed, 5 May 1999 11:32:09 +0000
(11:32 +0000)
timezone/Makefile
patch
|
blob
|
history
diff --git
a/timezone/Makefile
b/timezone/Makefile
index
7743b94
..
45a9ea6
100644
(file)
--- 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' ;\