From: Quentin Rameau Date: Tue, 9 Oct 2018 10:26:32 +0000 (+0200) Subject: Makefile: fix dependencies X-Git-Url: https://git.danieliu.xyz/?p=surf.git;a=commitdiff_plain;h=16beb6f8acd5e589be11168ab6c1944c4411052e;hp=4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f Makefile: fix dependencies --- diff --git a/Makefile b/Makefile index 10505f3..cdbd8ad 100644 --- a/Makefile +++ b/Makefile @@ -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)