diff options
Diffstat (limited to 'build')
-rwxr-xr-x | build | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -18,8 +18,7 @@ build: oh-autobuild -- KSHELL=/bin/sh for t in $(tables); do \ /usr/sbin/zic -d tzdata-$${t}.data/usr/share/zoneinfo \ - -L /dev/null -y yearistype.sh \ - src/$${t} || exit $?; \ + -L /dev/null src/$${t} || exit $?; \ done touch $@ |