From: Hiltjo Posthuma Date: Fri, 4 Jan 2019 11:33:01 +0000 (+0100) Subject: Makefile: fix dependencies on config.h X-Git-Url: https://git.danieliu.xyz/?p=st.git;a=commitdiff_plain;h=7e19e116764d2651721cb9062ccaac31b0c771f2 Makefile: fix dependencies on config.h patch by Younes Khoudli (changed slightly). Thanks --- diff --git a/Makefile b/Makefile index 0b3cecd..470ac86 100644 --- a/Makefile +++ b/Makefile @@ -22,7 +22,7 @@ config.h: $(CC) $(STCFLAGS) -c $< st.o: config.h st.h win.h -x.o: arg.h st.h win.h +x.o: arg.h config.h st.h win.h $(OBJ): config.h config.mk