components/timezone/Makefile
changeset 1948 2d1537e7942d
parent 1910 026a5463a71b
child 1956 cc30f0892a76
equal deleted inserted replaced
1947:b80524cd88bc 1948:2d1537e7942d
    26 COMPONENT_NAME= 	timezone
    26 COMPONENT_NAME= 	timezone
    27 
    27 
    28 COMPONENT_BUGDB=	utility/timezone
    28 COMPONENT_BUGDB=	utility/timezone
    29 
    29 
    30 HUMAN_VERSION=		2014c
    30 HUMAN_VERSION=		2014c
       
    31 
       
    32 TPNO=			17794
    31 
    33 
    32 # "etcetera" must be listed before "backward" because it sets up links that
    34 # "etcetera" must be listed before "backward" because it sets up links that
    33 # "backward" needs.
    35 # "backward" needs.
    34 TZFILES= africa antarctica asia australasia etcetera europe \
    36 TZFILES= africa antarctica asia australasia etcetera europe \
    35 	 factory northamerica pacificnew \
    37 	 factory northamerica pacificnew \
    63 	$(RM) -r $(BUILD_DIR) $(POFILE)
    65 	$(RM) -r $(BUILD_DIR) $(POFILE)
    64 
    66 
    65 clobber: clean
    67 clobber: clean
    66 
    68 
    67 include ../../make-rules/depend.mk
    69 include ../../make-rules/depend.mk
    68