Do not use pre-generated getdate.c

This commit is contained in:
Andrius Štikonas 2021-03-13 19:32:19 +00:00
parent e655cb97f5
commit fe26bc4c8c
9 changed files with 46 additions and 11 deletions

View file

@ -13,6 +13,9 @@ src_prepare() {
cp lib/search_.h lib/search.h
touch config.h
# Bison pre-generated file
rm lib/getdate.c
cp "${mk_dir}/pass2.mk" Makefile
}