Re: [PATCH] maint: avoid error from sc_prohibit_gnu_make_extensions

2021-01-03 Thread Bernhard Voelker
On 9/5/19 10:29 PM, Bernhard Voelker wrote: > Something is fishy here. With a 'git clean -xdfq' repo > followed by './bootstrap && ./configure && make -j20 all syntax-check', > sc_prohibit_gnu_make_extensions still fails e.g. in locate/Makefile. > Running a couple times again, the error vanishes.

Re: [PATCH] maint: avoid error from sc_prohibit_gnu_make_extensions

2019-09-05 Thread Bernhard Voelker
On 9/3/19 10:20 PM, Bernhard Voelker wrote: > Since last gnulib update, the above syntax-check rule fails: > > Error: doc/Makefile: $< in a non implicit rule > find_mono.html: find.texi > ... > make: *** [maint.mk:439: sc_prohibit_gnu_make_extensions] Error 1 > > * doc/Makefile.am (find_m