Re: [hackers] [st][PATCH] Makefile: fix dependencies on config.h

From: Younes Khoudli <khoyobegenn_AT_gmail.com>
Date: Mon, 31 Dec 2018 18:14:24 +0100

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

This archive was generated by hypermail 2.3.0 : Mon Dec 31 2018 - 18:24:23 CET