Introduced pseudo-target timezone_files, which can be used to build all timezone files.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@11054 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Ingo Weinhold
2005-01-25 23:58:41 +00:00
parent 3d64143151
commit 590e2873fd
+4 -1
View File
@@ -1,5 +1,8 @@
SubDir OBOS_TOP src data etc timezones ;
NotFile timezone_files ;
Depends files : timezone_files ;
rule MkZicComp
{
local binaries = $(1) ;
@@ -9,7 +12,7 @@ rule MkZicComp
MakeLocate $(binaries) : [ FDirName $(OBOS_ETC_DIR) timezones ] ;
LocalDepends files : $(binaries) ;
LocalDepends timezone_files : $(binaries) ;
Depends $(binaries) : $(source) zic ;
MkZicComp1 $(binaries) : zic $(source) "" ;