Makefile: fix dependencies on config.h - st - Personal fork of st
 (HTM) git clone git://git.drkhsh.at/st.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 7e19e116764d2651721cb9062ccaac31b0c771f2
 (DIR) parent 096b125db7ec254002a049ef3a5c1204bd7f0ad9
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Fri,  4 Jan 2019 12:33:01 +0100
       
       Makefile: fix dependencies on config.h
       
       patch by Younes Khoudli (changed slightly). Thanks
       
       Diffstat:
         M Makefile                            |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git 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