Re: parse-datetime: Fix compilation error with bison 3.7

2020-09-14 Thread Daiki Ueno
Bruno Haible writes: > (III) Use portable make syntax and still allow parallel make. > > Below I apply the approach (III). > > [1] https://lists.gnu.org/archive/html/bug-make/2019-05/msg00020.html > [2] https://lists.gnu.org/archive/html/bug-make/2020-09/msg8.html > > > 2020-09-13 Bruno Ha

Re: parse-datetime: Fix compilation error with bison 3.7

2020-09-13 Thread Bruno Haible
Hi Daiki, > One thing I noticed though is that > parse-datetime-gen.h has no dependency declaration and fails to build > with parallel make: > > make[2]: *** No rule to make target 'parse-datetime-gen.h', needed by > 'all'. Stop. > make[2]: *** Waiting for unfinished jobs > YACC

Re: parse-datetime: Fix compilation error with bison 3.7

2020-09-12 Thread Daiki Ueno
Bruno Haible writes: >> 2020-07-28 Bruno Haible >> >> parse-datetime: Fix compilation error with bison 3.7. >> * modules/parse-datetime (Makefile.am): Create a generated header file >> parse-datetime-gen.h in the source directory. Correct #includ

Re: parse-datetime: Fix compilation error with bison 3.7

2020-08-01 Thread Bruno Haible
> 2020-07-28 Bruno Haible > > parse-datetime: Fix compilation error with bison 3.7. > * modules/parse-datetime (Makefile.am): Create a generated header file > parse-datetime-gen.h in the source directory. Correct #include and > #line statements du

parse-datetime: Fix compilation error with bison 3.7

2020-07-29 Thread Bruno Haible
se-datetime: Fix compilation error with bison 3.7. * modules/parse-datetime (Makefile.am): Create a generated header file parse-datetime-gen.h in the source directory. Correct #include and #line statements during preprocessing. diff --git a/modules/parse-datetime b/modules/pars