Hi,
Thanks for the quick reply!
On Mon, Dec 31, 2018 at 10:56 AM Hiltjo Posthuma
<hiltjo_AT_codemadness.org> wrote:
> st.o depends on config.h, for example for worddelimiters.
It doesn't. There is a link time dependency, but worddelimiters is
declared in st.h as `extern char *worddelimiters;`, so no rebuild of
st.o is required.
st.c doesn't include config.h anywhere since 65976c1a29f2945c3c, which
should have updated the Makefile.
Best regards,
--
Younes Khoudli
Received on Mon Dec 31 2018 - 18:14:24 CET