From cffb5621dda0dce0b5cacdb2d36edffa5caa5122 Mon Sep 17 00:00:00 2001 From: Paul Kulchenko Date: Tue, 8 Jun 2021 13:21:27 -0700 Subject: [PATCH] Add missing $MODE reference to lsqlite in redbean makefile (ref #185). --- tool/net/net.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/net/net.mk b/tool/net/net.mk index 1c82ce58f..4cc9e8dbf 100644 --- a/tool/net/net.mk +++ b/tool/net/net.mk @@ -52,7 +52,7 @@ TOOL_NET_DEPS := \ o/$(MODE)/tool/net/net.pkg: \ $(TOOL_NET_OBJS) \ - o/tool/net/lsqlite3.o \ + o/$(MODE)/tool/net/lsqlite3.o \ $(foreach x,$(TOOL_NET_DIRECTDEPS),$($(x)_A).pkg) o/$(MODE)/tool/net/%.com.dbg: \