From 54982df91f746445685c3e758bebc6fad0cec96a Mon Sep 17 00:00:00 2001 From: Jonathan Dance Date: Thu, 18 Apr 2024 14:16:19 -0500 Subject: [PATCH] use the Makefile from duckdb for the target --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 0f8c09a5..72aee371 100644 --- a/Makefile +++ b/Makefile @@ -56,9 +56,9 @@ all: duckdb $(OBJS) include $(PGXS) -duckdb: third_party/duckdb third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB) +duckdb: third_party/duckdb/Makefile third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB) -third_party/duckdb: +third_party/duckdb/Makefile: git submodule update --init --recursive third_party/duckdb/build/$(QUACK_BUILD_DUCKDB)/src/$(DUCKDB_LIB):