mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3fc10eff1e
* ext/date/date_parse.c (date_zone_to_diff): trim off by zone name length.
8 lines
167 B
Makefile
8 lines
167 B
Makefile
.SUFFIXES: .list
|
|
|
|
.list.h:
|
|
gperf --ignore-case -C -c -P -p -j1 -i 1 -g -o -t -N $(*F) $< \
|
|
| sed -f $(top_srcdir)/tool/gperf.sed \
|
|
> $(@F)
|
|
|
|
zonetab.h: zonetab.list
|