Introduction
Introduction Statistics Contact Development Disclaimer Help
Makefile: fix dependencies - surf - surf browser, a WebKit based browser
git clone git://git.suckless.org/surf
Log
Files
Refs
README
LICENSE
---
commit 16beb6f8acd5e589be11168ab6c1944c4411052e
parent 4e7371317c7cb4ed3c4c6bd9b66b45c37018f52f
Author: Quentin Rameau <[email protected]>
Date: Tue, 9 Oct 2018 12:26:32 +0200
Makefile: fix dependencies
Diffstat:
M Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git 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)
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.