tMakefile: fix dependencies - surf - customized build of surf, the suckless webkit browser
 (HTM) git clone git://src.adamsgaard.dk/surf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 16beb6f8acd5e589be11168ab6c1944c4411052e
 (DIR) parent 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
 (HTM) Author: Quentin Rameau <quinq@fifth.space>
       Date:   Tue,  9 Oct 2018 12:26:32 +0200
       
       Makefile: fix dependencies
       
       Diffstat:
         M Makefile                            |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -24,9 +24,9 @@ options:
        config.h:
                cp config.def.h $@
        
       -$(OBJ): config.h config.mk
       +$(OBJ): config.h common.h config.mk
        
       -$(WEBEXTOBJ): config.h config.mk
       +$(WEBEXTOBJ): $(WEBEXTSRC) config.h common.h config.mk
                $(CC) $(WEBEXTCFLAGS) $(CFLAGS) -c $(WEBEXTSRC)
        
        libsurf-webext.so: $(WEBEXTOBJ)