From 434e9bccf769dd433a41ea48e4adb33e0711af5e Mon Sep 17 00:00:00 2001 From: nishi Date: Thu, 18 Jan 2024 06:30:42 +0000 Subject: [PATCH] fixed dependencies git-svn-id: file:///raid/svn-main/nishi-libw3/trunk@25 d27a3e52-49c5-7645-884c-6793ebffc270 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.43.0