From: nishi Date: Thu, 18 Jan 2024 06:30:42 +0000 (+0000) Subject: fixed dependencies X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=434e9bccf769dd433a41ea48e4adb33e0711af5e;p=libw3.git fixed dependencies git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@25 d27a3e52-49c5-7645-884c-6793ebffc270 --- diff --git a/Makefile b/Makefile index 24ab9a3..2f2a1ed 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ all: ./w3.pc $(ALL) ./Library/w3.dll: $(MAKE) -C ./Library CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" WINDOWS=YES -./Example/fetch.exe: +./Example/fetch.exe: ./Library/w3.dll $(MAKE) -C ./Example CC=$(CC) fetch else @@ -55,7 +55,7 @@ all: ./w3.pc $(ALL) ./Library/libw3.so: $(MAKE) -C ./Library CC=$(CC) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" LIBS="$(LIBS)" -./Example/fetch: +./Example/fetch: ./Library/libw3.so $(MAKE) -C ./Example CC=$(CC) fetch endif